UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

36 lines (33 loc) 603 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ /* 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] } }; export { props as default }; //# sourceMappingURL=collapse-panel-props.js.map