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