tdesign-miniprogram
Version:
tdesign-miniprogram
34 lines (33 loc) • 542 B
JavaScript
const props = {
content: {
type: String,
},
disabled: {
type: Boolean,
value: undefined,
},
expandIcon: {
type: Boolean,
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;