UNPKG

tdesign-mobile-vue

Version:
42 lines (39 loc) 615 B
/** * tdesign v1.13.2 * (c) 2026 TDesign Group * @license MIT */ 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 }; export { FabProps as default }; //# sourceMappingURL=props.mjs.map