ForwardRefFn
interface
An interface that a function passed into forwardRef
has to implement.
any
@returns
any
Usage Notes
Example
const ref = forwardRef(() => Lock);
Jump to details
An interface that a function passed into forwardRef
has to implement.
any
any
const ref = forwardRef(() => Lock);