UNPKG

@gluestack-ui/core

Version:

Universal UI components for React Native, Expo, and Next.js

7 lines 388 B
import type { IFabComponentType } from './types'; export declare function createFab<StyledFab, StyledFabLabel, StyledFabIcon>({ Root, Label, Icon, }: { Root: React.ComponentType<StyledFab>; Label: React.ComponentType<StyledFabLabel>; Icon: React.ComponentType<StyledFabIcon>; }): IFabComponentType<StyledFab, StyledFabLabel, StyledFabIcon>; //# sourceMappingURL=index.d.ts.map