UNPKG

142 BTypeScriptView Raw
1import * as React from 'react';
2import { RefProps } from './types';
3declare const Ref: React.FunctionComponent<RefProps>;
4export default Ref;