riku
2026-01-16 1f9e43b7bbb848c7ee2aaa89ffece17002b2c915
miniprogram_npm/tdesign-miniprogram/fab/fab.d.ts
@@ -10,16 +10,18 @@
            size: string;
            shape: string;
            theme: string;
            externalClass: string;
            tClass: string;
        };
        moveStyle: any;
    };
    observers: {
        'buttonProps.**, icon, text, ariaLabel'(): void;
        'buttonProps.**, icon, text, ariaLabel, yBounds'(): void;
    };
    methods: {
        onTplButtonTap(e: any): void;
        onStart(e: any): void;
        onMove(e: any): void;
        onEnd(e: any): void;
        computedSize(): void;
    };
}