project init & fix ui
This commit is contained in:
22
miniprogram_npm/tdesign-miniprogram/fab/props.js
Normal file
22
miniprogram_npm/tdesign-miniprogram/fab/props.js
Normal file
@@ -0,0 +1,22 @@
|
||||
const props = {
|
||||
buttonProps: {
|
||||
type: Object,
|
||||
},
|
||||
customStyle: {
|
||||
type: String,
|
||||
value: 'right: 16px; bottom: 32px;',
|
||||
},
|
||||
icon: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
style: {
|
||||
type: String,
|
||||
value: 'right: 16px; bottom: 32px;',
|
||||
},
|
||||
text: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user