riku
2026-04-02 3282e95db0207ee133d1e98d9771dec9d83b0fc4
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;
    };
}