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