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