Files
HuajisheTools/HuajisheCheckChaoXing/miniprogram_npm/tdesign-miniprogram/collapse-panel/props.js
2025-10-01 10:01:52 +08:00

34 lines
536 B
JavaScript

const props = {
content: {
type: String,
},
disabled: {
type: null,
value: undefined,
},
expandIcon: {
type: null,
value: undefined,
},
externalClasses: {
type: Array,
},
header: {
type: String,
},
headerLeftIcon: {
type: String,
},
headerRightContent: {
type: String,
},
placement: {
type: String,
value: 'bottom',
},
value: {
type: null,
},
};
export default props;