-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
18 lines (17 loc) · 761 Bytes
/
components.d.ts
File metadata and controls
18 lines (17 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* 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 {
AdsASide: typeof import('./theme/components/AdsASide.vue')['default']
Badge: typeof import('./theme/components/Badge.vue')['default']
CodeGroupItem: typeof import('./theme/components/CodeGroupItem.vue')['default']
copy: typeof import('./theme/components/StepFlow copy.vue')['default']
HomePage: typeof import('./theme/components/HomePage.vue')['default']
StepFlow: typeof import('./theme/components/StepFlow.vue')['default']
StepFlowItem: typeof import('./theme/components/StepFlowItem.vue')['default']
}
}