Skip to content

@vtjDocs


@vtj / ui / UnionToIntersection

Type Alias: UnionToIntersection<U>

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

Type Parameters

U

Defined in

packages/ui/types/components/shared.d.ts:23

Released under the MIT License.