UNPKG

@gluestack-ui/fab

Version:

A universal headless fab component for React Native, Next.js & React

4 lines (3 loc) 230 B
import React from 'react'; declare function FabLabel<StyledFabLabel>(StyledFabLabel: React.ComponentType<StyledFabLabel>): React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>; export default FabLabel;