-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
21 lines (19 loc) · 1.02 KB
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
CardProduct: typeof import('./src/components/Card/CardProduct.vue')['default']
Counter: typeof import('./src/components/Counter.vue')['default']
Loading: typeof import('./src/components/Loading/Loading.vue')['default']
Navbar: typeof import('./src/components/Navbar/Navbar.vue')['default']
ProductOverview: typeof import('./src/components/Product/ProductOverview.vue')['default']
ProductSummary: typeof import('./src/components/Product/ProductSummary.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Spinner: typeof import('./src/components/Spinner/Spinner.vue')['default']
TableProduct: typeof import('./src/components/Table/TableProduct.vue')['default']
}
}