111
k94314517
2023-09-14 b775bd00e11cfd575b067f6394684849a0796479
1
2
3
4
5
6
/* eslint-disable */
declare module '*.vue' {
  import type { DefineComponent } from 'vue'
  const component: DefineComponent<{}, {}, any>
  export default component
}