| 12345678910111213 |
- /* eslint-disable @typescript-eslint/ban-types */
- /// <reference types="vite/client" />
- declare module "*.vue" {
- import type { DefineComponent } from "vue"
- const vueComponent: DefineComponent<{}, {}, any>
- export default vueComponent
- }
- declare interface Window {
- _AMapSecurityConfig: any
- AMap: any
- onCompanyMonitorScorl: Function
- onCompanyDetail: Function
- }
|