Type Alias Ref<T>

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

A union type of all possible shapes for React refs.

Type Parameters

  • T