-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
25 lines (24 loc) · 1.54 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
/* 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 {
'AppHeader.ce': typeof import('./src/components/feature/AppHeader/AppHeader.ce.vue')['default']
AppNavigation: typeof import('./src/components/feature/AppNavigation/AppNavigation.vue')['default']
BrandLogo: typeof import('./src/components/pure/BrandLogo/BrandLogo.vue')['default']
ChangeLogTrigger: typeof import('./src/components/feature/ChangeLogTrigger/ChangeLogTrigger.vue')['default']
DocsMenu: typeof import('./src/components/feature/DocsMenu/DocsMenu.vue')['default']
DotMenu: typeof import('./src/components/feature/DotMenu/DotMenu.vue')['default']
DotMenuLink: typeof import('./src/components/feature/DotMenu/DotMenuLink.vue')['default']
IconNineDot: typeof import('./src/components/pure/IconNineDot/IconNineDot.vue')['default']
IconsBrand: typeof import('./src/components/pure/IconsBrand/IconsBrand.vue')['default']
IconsDotMenu: typeof import('./src/components/pure/IconsDotMenu/IconsDotMenu.vue')['default']
IconsUserMenu: typeof import('./src/components/pure/IconsUserMenu/IconsUserMenu.vue')['default']
UserAvatar: typeof import('./src/components/feature/UserAvatar/UserAvatar.vue')['default']
UserMenu: typeof import('./src/components/feature/UserMenu/UserMenu.vue')['default']
UserMenuEntry: typeof import('./src/components/feature/UserMenu/UserMenuEntry.vue')['default']
}
}