UNPKG

@gluestack-ui/core

Version:

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

5 lines 204 B
import React, { forwardRef } from 'react'; export const FabIcon = (StyledFabIcon) => forwardRef((props, ref) => { return <StyledFabIcon {...props} ref={ref}/>; }); //# sourceMappingURL=FabIcon.jsx.map