UNPKG

@vue-macros/short-emits

Version:

shortEmits feature from Vue Macros.

5 lines (4 loc) 176 B
declare type ShortEmits<T extends Record<string, any>> = import('./macros').ShortEmits<T> declare type SE<T extends Record<string, any>> = import('./macros').ShortEmits<T>