Interface RefObject<T>Beta

Type representing a React component.

interface RefObject<T> {
    current: null | T;
}

Type Parameters

  • T

Properties

Properties

current: null | T