Files
quinn-wx/components/fab/props.js
2022-11-24 17:07:38 +08:00

19 lines
296 B
JavaScript

const props = {
buttonProps: {
type: Object,
},
icon: {
type: String,
value: '',
},
style: {
type: String,
value: 'right: 16px; bottom: 32px;',
},
text: {
type: String,
value: '',
},
};
export default props;