UNPKG
react-captcha-code
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
基于React和canvas的验证码
github.com/WebEngineerLi/react-captcha
WebEngineerLi/react-captcha
react-captcha-code
/
build
/
types
/
withref.d.ts
4 lines
•
262 B
TypeScript
View Raw
1
2
3
4
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