tdesign-miniprogram
Version:
tdesign-miniprogram
45 lines (44 loc) • 713 B
JavaScript
const props = {
checked: {
type: null,
value: undefined,
},
defaultChecked: {
type: null,
value: undefined,
},
closable: {
type: Boolean,
value: false,
},
content: {
type: null,
},
style: {
type: String,
value: '',
},
disabled: {
type: Boolean,
value: false,
},
externalClasses: {
type: Array,
},
icon: {
type: null,
},
shape: {
type: String,
value: 'square',
},
size: {
type: String,
value: 'medium',
},
variant: {
type: String,
value: 'dark',
},
};
export default props;