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