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