source:
petify-frontend/env.d.ts
| Last change on this file was 92e7c7a, checked in by , 4 hours ago | |
|---|---|
|
|
| File size: 183 bytes | |
| Line | |
|---|---|
| 1 | /// <reference types="vite/client" /> |
| 2 | |
| 3 | declare module '*.vue' { |
| 4 | import type { DefineComponent } from 'vue' |
| 5 | const component: DefineComponent<{}, {}, any> |
| 6 | export default component |
| 7 | } |
Note:
See TracBrowser
for help on using the repository browser.
