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

Type Parameters

  • T

Properties

Properties

current: null | T