UNPKG

dkt-plus

Version:

Decathlon component library built in Vue3 with TypeScript.

5 lines (4 loc) 168 B
export declare type TupleToUni<T> = T extends Array<infer E> ? E : never; export declare type VmodelEvent = { (UPDATE_MODEL_EVENT: string, value: string): void; };