liste-de-courses-www/src/shims-vue.d.ts

7 lines
168 B
TypeScript
Raw Normal View History

2022-01-28 21:21:22 +00:00
/* eslint-disable */
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}