@lynx-js/react / forwardRef
Function: forwardRef()
Lets your component expose a DOM node to a parent component using a ref.
Type Parameters
Parameters
Returns
ForwardRefExoticComponent<PropsWithoutRef<P> & RefAttributes<T>>
@lynx-js/react / forwardRef
Lets your component expose a DOM node to a parent component using a ref.
ForwardRefExoticComponent<PropsWithoutRef<P> & RefAttributes<T>>