riku
2026-04-02 3282e95db0207ee133d1e98d9771dec9d83b0fc4
miniprogram_npm/tdesign-miniprogram/fab/type.d.ts
@@ -5,9 +5,8 @@
        value?: ButtonProps;
    };
    draggable?: {
        type: BooleanConstructor;
        optionalTypes: Array<StringConstructor>;
        value?: boolean | 'all' | 'vertical' | 'horizontal';
        type: null;
        value?: boolean | FabDirectionEnum;
    };
    icon?: {
        type: StringConstructor;
@@ -25,4 +24,9 @@
        type: BooleanConstructor;
        value?: boolean;
    };
    yBounds?: {
        type: ArrayConstructor;
        value?: Array<string | number>;
    };
}
export declare type FabDirectionEnum = 'all' | 'vertical' | 'horizontal';