CliveNi
2024-04-07 3787efa4d320ec3b939a6b65831f4440703f35d4
1
2
3
4
5
6
/* eslint-disable */
declare module '*.vue' {
  import type { DefineComponent } from 'vue'
  const component: DefineComponent<{}, {}, any>
  export default component
}