Skip to content

@vtjDocs


@vtj / ui / Emits

Type Alias: Emits<T>

Emits<T>: UnionToIntersection<RecordToUnion<{ [K in keyof T]: Function }>>

Type Parameters

T extends Record<string, any>

Defined in

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

Released under the MIT License.