Interface InstanceRef<T>

interface InstanceRef<T> {
    current: T;
}

Type Parameters

  • T = any

Properties

Properties

current: T