UNPKG

tdesign-vue-next

Version:
30 lines (25 loc) 609 B
/** * tdesign v1.19.2 * (c) 2026 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var dateRangePickerPanelProps = { defaultTime: { type: Array, "default": function _default() { return ["00:00:00", "23:59:59"]; } }, onCellClick: Function, onChange: Function, onConfirm: Function, onMonthChange: Function, onPanelClick: Function, onPresetClick: Function, onTimeChange: Function, onYearChange: Function }; exports["default"] = dateRangePickerPanelProps; //# sourceMappingURL=date-range-picker-panel-props.js.map