-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
20 lines (19 loc) · 938 Bytes
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by vite-plugin-uni-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
403: typeof import('./src/components/exception/403.vue')['default']
404: typeof import('./src/components/exception/404.vue')['default']
500: typeof import('./src/components/exception/500.vue')['default']
Buttons: typeof import('./src/components/exception/buttons.vue')['default']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
KevyEmpty: typeof import('./src/components/kevy-empty/components/kevy-empty/kevy-empty.vue')['default']
Navbar: typeof import('./src/components/layout/Navbar.vue')['default']
Router: typeof import('./src/components/layout/Router.vue')['default']
TabBar: typeof import('./src/components/layout/TabBar.vue')['default']
}
}