UNPKG

react-captcha-code

Version:
4 lines 262 B
import React, { ComponentType } from 'react'; declare function withRef<T>(WrappedComponent: ComponentType<T>): React.ForwardRefExoticComponent<React.PropsWithoutRef<T> & React.RefAttributes<unknown>>; export default withRef; //# sourceMappingURL=withref.d.ts.map