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