1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-22 20:01:36 +03:00
guide/front/index.d.ts

5 lines
73 B
TypeScript

declare module '*.vue' {
const content: any
export default content
}