ifms-printer-manager/web/src/vite-env.d.ts

8 lines
186 B
TypeScript
Raw Normal View History

2023-06-15 11:39:13 +00:00
/// <reference types="vite/client" />
2023-06-28 18:34:15 +00:00
declare module '*.vue' {
import type { DefineComponent } from 'vue'
2023-06-15 11:39:13 +00:00
const component: DefineComponent<{}, {}, any>
export default component
}