tdesign-mobile-vue
Version:
tdesign-mobile-vue
36 lines (33 loc) • 534 B
JavaScript
/**
* tdesign v1.9.3
* (c) 2025 TDesign Group
* @license MIT
*/
var FabProps = {
buttonProps: {
type: Object
},
draggable: {
type: [String, Boolean],
default: false
},
icon: {
type: Function
},
style: {
type: [String, Object],
default: "right: 16px; bottom: 32px;"
},
text: {
type: String,
default: ""
},
yBounds: {
type: Array
},
onClick: Function,
onDragEnd: Function,
onDragStart: Function
};
export { FabProps as default };
//# sourceMappingURL=props.js.map