Interface Ref<Type>

interface Ref<Type> {
    current: null | Type;
}

Type Parameters

  • Type

Properties

Properties

current: null | Type