Interface Ref<T>Internal

interface Ref<T> {
    ref: T;
}

Type Parameters

  • T

Properties

Properties

ref: T