tdesign-miniprogram
Version:
tdesign-miniprogram
37 lines (36 loc) • 578 B
JavaScript
const props = {
closable: {
type: Boolean,
value: false,
},
disabled: {
type: Boolean,
value: false,
},
externalClasses: {
type: Array,
},
icon: {
type: null,
},
maxWidth: {
type: null,
},
shape: {
type: String,
value: 'square',
},
size: {
type: String,
value: 'medium',
},
theme: {
type: String,
value: 'default',
},
variant: {
type: String,
value: 'dark',
},
};
export default props;