Type alias WrapListInSyncDep<T>

WrapListInSyncDep<T>: {
    [K in keyof T]: SyncDep<T[K]>
}

Type Parameters

  • T extends unknown[]