index.d.ts 103 字节
Newer Older
1
import '@ibiz/model-core';
2 3 4 5 6
declare global {
  interface Window {
    vueInstances: Map<App, App>;
  }
}