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