xdesign-vue-next
Version:
XDesign Component for vue-next
40 lines (35 loc) • 681 B
JavaScript
/**
* xdesign v1.0.6
* (c) 2023 xdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
/* unplugin-vue-components disabled */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]
}
};
exports["default"] = props;
//# sourceMappingURL=collapse-panel-props.js.map