Files
dax-pay-h5/types/modules.d.ts
2024-09-23 19:27:15 +08:00

9 lines
187 B
TypeScript

/// <reference types="vite/client" />
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const Component: DefineComponent<{}, {}, any>
export default Component
}