ToRefs<T>: {
    [K in keyof T]: ToRef<T[K]>
}

Type Parameters

  • T = any

Generated using TypeDoc