marketingsystem_temp_h5/src/shims-vue.d.ts

12 lines
246 B
TypeScript
Raw Normal View History

2024-08-23 16:01:52 +08:00
/* eslint-disable */
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}
interface Window {
CapCom: any;
CapTime: any;
initAliyunCaptcha: any;
}