Interface Ref<T>

interface Ref<T> {
    current: T;
}

Type Parameters

Properties

Properties

current: T

Generated using TypeDoc