Type alias Ref<T>

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

A union type of all possible shapes for React refs.

See

Type Parameters

  • T

Generated using TypeDoc