UNPKG

tdesign-mobile-vue

Version:
35 lines (30 loc) 510 B
/** * tdesign v1.7.0 * (c) 2024 TDesign Group * @license MIT */ 'use strict'; 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