ForwardRefFn
interface
kararlı
An interface that a function passed into forwardRef has to implement.
Usage Notes
Example
const ref = forwardRef(() => Lock);
Detaylara atla
An interface that a function passed into forwardRef has to implement.
const ref = forwardRef(() => Lock);