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