tdesign-mobile-vue
Version:
tdesign-mobile-vue
35 lines (30 loc) • 536 B
JavaScript
/**
* tdesign v1.7.0
* (c) 2024 TDesign Group
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var props = {
content: {
type: [String, Function]
},
default: {
type: [String, Function]
},
disabled: Boolean,
left: {
type: [Array, Function]
},
opened: {
type: [Boolean, Array],
default: false
},
right: {
type: [Array, Function]
},
onChange: Function,
onClick: Function
};
exports["default"] = props;
//# sourceMappingURL=props.js.map