-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
47 lines (46 loc) · 3.04 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']
IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default']
IconEcosystem: typeof import('./src/components/icons/IconEcosystem.vue')['default']
IconSupport: typeof import('./src/components/icons/IconSupport.vue')['default']
IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
PuikAlert: typeof import('@prestashopcorp/puik-components')['PuikAlert']
PuikAvatar: typeof import('@prestashopcorp/puik-components')['PuikAvatar']
PuikBadge: typeof import('@prestashopcorp/puik-components')['PuikBadge']
PuikButton: typeof import('@prestashopcorp/puik-components')['PuikButton']
PuikButtonGroup: typeof import('@prestashopcorp/puik-components')['PuikButtonGroup']
PuikCard: typeof import('@prestashopcorp/puik-components')['PuikCard']
PuikChip: typeof import('@prestashopcorp/puik-components')['PuikChip']
PuikIcon: typeof import('@prestashopcorp/puik-components')['PuikIcon']
PuikInput: typeof import('@prestashopcorp/puik-components')['PuikInput']
PuikLabel: typeof import('@prestashopcorp/puik-components')['PuikLabel']
PuikLink: typeof import('@prestashopcorp/puik-components')['PuikLink']
PuikSkeletonLoader: typeof import('@prestashopcorp/puik-components')['PuikSkeletonLoader']
PuikSkeletonLoaderGroup: typeof import('@prestashopcorp/puik-components')['PuikSkeletonLoaderGroup']
PuikSnackbar: typeof import('@prestashopcorp/puik-components')['PuikSnackbar']
PuikSnackbarProvider: typeof import('@prestashopcorp/puik-components')['PuikSnackbarProvider']
PuikSwitch: typeof import('@prestashopcorp/puik-components')['PuikSwitch']
PuikTable: typeof import('@prestashopcorp/puik-components')['PuikTable']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TestAlert: typeof import('./src/components/testAlert.vue')['default']
TestAvatar: typeof import('./src/components/testAvatar.vue')['default']
TestBadge: typeof import('./src/components/testBadge.vue')['default']
TestBreadcrumb: typeof import('./src/components/testBreadcrumb.vue')['default']
TestButton: typeof import('./src/components/testButton.vue')['default']
TestChip: typeof import('./src/components/testChip.vue')['default']
TestIcon: typeof import('./src/components/testIcon.vue')['default']
TestNotificationBar: typeof import('./src/components/testNotificationBar.vue')['default']
TestSkeleton: typeof import('./src/components/testSkeleton.vue')['default']
TestSnackbar: typeof import('./src/components/testSnackbar.vue')['default']
TestSwitch: typeof import('./src/components/testSwitch.vue')['default']
TestTable: typeof import('./src/components/testTable.vue')['default']
}
}