Documentation
    Preparing search index...

    Type Alias Ref<T>

    Ref: RefCallback<T> | RefObject<T | null> | null

    A union type of all possible shapes for React refs.

    Type Parameters

    • T