water_xcx/miniprogram_npm/tdesign-miniprogram/fab/props.js

19 lines
296 B
JavaScript
Raw Permalink Normal View History

2025-04-15 15:44:51 +08:00
const props = {
buttonProps: {
type: Object,
},
icon: {
type: String,
value: '',
},
style: {
type: String,
value: 'right: 16px; bottom: 32px;',
},
text: {
type: String,
value: '',
},
};
export default props;