tdesign-mobile-vue
Version:
tdesign-mobile-vue
59 lines (54 loc) • 920 B
JavaScript
/**
* tdesign v1.7.0
* (c) 2024 TDesign Group
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var DateTimePickerProps = {
cancelBtn: {
type: String,
default: ""
},
confirmBtn: {
type: String,
default: ""
},
end: {
type: [String, Number]
},
format: {
type: String,
default: "YYYY-MM-DD HH:mm:ss"
},
mode: {
type: [String, Array],
default: "date"
},
renderLabel: {
type: Function
},
showWeek: Boolean,
start: {
type: [String, Number]
},
title: {
type: String,
default: ""
},
value: {
type: [String, Number]
},
modelValue: {
type: [String, Number]
},
defaultValue: {
type: [String, Number]
},
onCancel: Function,
onChange: Function,
onConfirm: Function,
onPick: Function
};
exports["default"] = DateTimePickerProps;
//# sourceMappingURL=props.js.map