jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/node_modules/antd-mini/es/Calendar/props.js

25 lines
514 B
JavaScript
Raw Normal View History

2024-11-10 07:01:22 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CalendarDefaultProps = void 0;
var CalendarDefaultProps = {
min: null,
max: null,
date: null,
hideDisableItem: false,
customDateList: [],
holidays: [],
selectionMode: '',
showConfirmButton: false,
showResetButton: false,
height: '90vh',
defaultValue: null,
defaultRange: null,
showTitle: true,
showMask: true,
fullScreen: false,
style: ''
};
exports.CalendarDefaultProps = CalendarDefaultProps;