UNPKG

tdesign-mobile-vue

Version:
31 lines (28 loc) 432 B
/** * tdesign v1.7.0 * (c) 2024 TDesign Group * @license MIT */ 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 } }; export { FabProps as default }; //# sourceMappingURL=props.js.map