UNPKG

tdesign-miniprogram

Version:
28 lines (27 loc) 402 B
const props = { badgeProps: { type: Object, }, disabled: { type: Boolean, value: false, }, icon: { type: null, }, label: { type: String, value: '', }, lazy: { type: Boolean, value: false, }, panel: { type: String, }, value: { type: null, }, }; export default props;