-
-
Notifications
You must be signed in to change notification settings - Fork 872
/
Copy pathcomponents.d.ts
21 lines (20 loc) · 1.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
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
ContentExample: typeof import('./.vitepress/theme/components/ContentExample.vue')['default']
ContentExamples: typeof import('./.vitepress/theme/components/ContentExamples.vue')['default']
ContentIntegrations: typeof import('./.vitepress/theme/components/ContentIntegrations.vue')['default']
HomePage: typeof import('./.vitepress/theme/components/HomePage.vue')['default']
LinkGrid: typeof import('./.vitepress/theme/components/LinkGrid.vue')['default']
RainbowAnimationSwitcher: typeof import('./.vitepress/theme/components/RainbowAnimationSwitcher.vue')['default']
RainbowSwitcher: typeof import('./.vitepress/theme/components/RainbowSwitcher.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}