SourceTermAnalysisSystem_vue/node_modules/@vue-macros/short-emits/macros-global.d.ts
2026-05-15 10:22:44 +08:00

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>