tdesign-mobile-vue
Version:
tdesign-mobile-vue
35 lines (30 loc) • 510 B
JavaScript
/**
* tdesign v1.7.0
* (c) 2024 TDesign Group
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var FabProps = {
buttonProps: {
type: Object
},
icon: {
type: Function
},
style: {
type: String,
default: "right: 16px; bottom: 32px;"
},
text: {
type: String,
default: ""
},
onClick: Function,
draggable: {
type: Boolean,
default: false
}
};
exports["default"] = FabProps;
//# sourceMappingURL=props.js.map