env.d.ts 371 B

12345678910111213
  1. /* eslint-disable @typescript-eslint/ban-types */
  2. /// <reference types="vite/client" />
  3. declare module "*.vue" {
  4. import type { DefineComponent } from "vue"
  5. const vueComponent: DefineComponent<{}, {}, any>
  6. export default vueComponent
  7. }
  8. declare interface Window {
  9. _AMapSecurityConfig: any
  10. AMap: any
  11. onCompanyMonitorScorl: Function
  12. onCompanyDetail: Function
  13. }