UNPKG

tdesign-mobile-vue

Version:
46 lines (41 loc) 692 B
/** * tdesign v1.15.0 * (c) 2026 TDesign Group * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var FabProps = { buttonProps: { type: Object }, draggable: { type: [String, Boolean], default: false }, icon: { type: Function }, magnet: { type: [String, Boolean] }, style: { type: [String, Object], default: "right: 16px; bottom: 32px;" }, text: { type: String, default: "" }, xBounds: { type: Array }, yBounds: { type: Array }, onClick: Function, onDragEnd: Function, onDragStart: Function }; exports["default"] = FabProps; //# sourceMappingURL=props.js.map