1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00
Files
dozzle/docs/shims.d.ts
Amir Raminfar 5abf538cb4 Updates docs
2023-02-28 11:48:43 -08:00

6 lines
147 B
TypeScript

declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}