UNPKG

tdesign-miniprogram

Version:
38 lines (37 loc) 601 B
const props = { checked: { type: null, value: undefined, }, defaultChecked: { type: null, value: undefined, }, closable: { type: Boolean, value: false, }, content: { type: null, }, disabled: { type: Boolean, value: false, }, icon: { type: null, }, shape: { type: String, value: 'square', }, size: { type: String, value: 'medium', }, variant: { type: String, value: 'dark', }, }; export default props;