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