Type Alias ReactRef<T>Beta

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

Type representing a React ref.

Type Parameters

  • T