UNPKG

@stardust-ui/react-component-ref

Version:
5 lines (4 loc) 142 B
import * as React from 'react'; import { RefProps } from './types'; declare const Ref: React.FunctionComponent<RefProps>; export default Ref;