ForwardRefFn
interface
An interface that a function passed into forwardRef
has to implement.
API
Usage Notes
interface ForwardRefFn { (): any;}
Jump to details
An interface that a function passed into forwardRef
has to implement.
interface ForwardRefFn { (): any;}