Type alias ShallowUnwrapRef<T>

ShallowUnwrapRef<T>: {
    [K in keyof T]: DistrubuteRef<T[K]>
}

Type Parameters

  • T

Generated using TypeDoc