Type Alias KonvasCache<T>

KonvasCache<T>: {
    [K in keyof T]: RenderGroupBound<T[K]>
}

Type Parameters

  • T