generated from antfu-collective/vitesse-lite
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
19 lines (18 loc) · 824 Bytes
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
AppButton: typeof import('./src/components/AppButton.vue')['default']
AppCard: typeof import('./src/components/AppCard.vue')['default']
AppChip: typeof import('./src/components/AppChip.vue')['default']
AppIcon: typeof import('./src/components/AppIcon.vue')['default']
AppLogo: typeof import('./src/components/AppLogo.vue')['default']
AppSelectField: typeof import('./src/components/AppSelectField.vue')['default']
AppTextField: typeof import('./src/components/AppTextField.vue')['default']
AppTooltip: typeof import('./src/components/AppTooltip.vue')['default']
}
}