Lilact
    Preparing search index...

    Function forwardRef

    • Wraps a render function so that a parent can pass a ref into it. The forwarded ref is provided as the second argument to the render function: (props, ref).

      Parameters

      • render: any

        The component render function that receives the props and the forwarded ref.

      Returns any