tdesign-vue
Version:
36 lines (33 loc) • 566 B
JavaScript
/**
* tdesign v1.14.1
* (c) 2025 tdesign
* @license MIT
*/
var props = {
content: {
type: [String, Function]
},
"default": {
type: [String, Function]
},
destroyOnCollapse: Boolean,
disabled: {
type: Boolean,
"default": void 0
},
expandIcon: {
type: [Boolean, Function],
"default": void 0
},
header: {
type: [String, Function]
},
headerRightContent: {
type: [String, Function]
},
value: {
type: [String, Number]
}
};
export { props as default };
//# sourceMappingURL=collapse-panel-props.js.map