UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

8 lines (7 loc) 285 B
declare type EventValueMapFn = (e: any) => string; declare type EventValueMapKey = 'input' | 'blur' | 'focus' | 'mouseenter' | 'mouseleave'; declare type EventValueMap = { [key in EventValueMapKey]: EventValueMapFn; }; export declare const eventValueMap: EventValueMap; export {};