mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
24 lines
1.0 KiB
TypeScript
24 lines
1.0 KiB
TypeScript
/* 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 {
|
|
ArrowDown: typeof import('./components/ArrowDown.vue')['default']
|
|
BlogIndex: typeof import('./components/BlogIndex.vue')['default']
|
|
Box: typeof import('./components/Box.vue')['default']
|
|
Contributors: typeof import('./components/Contributors.vue')['default']
|
|
CourseLink: typeof import('./components/CourseLink.vue')['default']
|
|
CRoot: typeof import('./components/CRoot.vue')['default']
|
|
Deprecated: typeof import('./components/Deprecated.vue')['default']
|
|
Experimental: typeof import('./components/Experimental.vue')['default']
|
|
FeaturesList: typeof import('./components/FeaturesList.vue')['default']
|
|
HomePage: typeof import('./components/HomePage.vue')['default']
|
|
ListItem: typeof import('./components/ListItem.vue')['default']
|
|
Version: typeof import('./components/Version.vue')['default']
|
|
}
|
|
}
|