Skip to content

@vtj


@vtj / ui / UnionToIntersection

Type Alias: UnionToIntersection<U>

UnionToIntersection<U>: U extends any ? (k) => void : never extends (k) => void ? I : never

Defined in: packages/ui/types/components/shared.d.ts:22

Type Parameters

U

Released under the MIT License.