SourceTermAnalysisSystem_vue/node_modules/@vue-macros/short-emits/macros-global.d.ts

5 lines
176 B
TypeScript
Raw Normal View History

2026-05-15 10:22:44 +08:00
declare type ShortEmits<T extends Record<string, any>> =
import('./macros').ShortEmits<T>
declare type SE<T extends Record<string, any>> =
import('./macros').ShortEmits<T>