UNPKG

tdesign-vue-next

Version:
40 lines (35 loc) 644 B
/** * tdesign v1.17.7 * (c) 2025 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); 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