water_xcx/miniprogram_npm/tdesign-miniprogram/collapse/props.js

26 lines
413 B
JavaScript
Raw Permalink Normal View History

2025-04-15 15:44:51 +08:00
const props = {
defaultExpandAll: {
type: Boolean,
value: false,
},
disabled: {
type: Boolean,
},
expandIcon: {
type: Boolean,
value: null,
},
expandMutex: {
type: Boolean,
value: false,
},
value: {
type: Array,
value: null,
},
defaultValue: {
type: Array,
},
};
export default props;