22 lines
1002 B
TypeScript
22 lines
1002 B
TypeScript
/* 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 {
|
|
CodeView: typeof import('./components/code-view/index.vue')['default']
|
|
ExternalLinkPage: typeof import('./components/external-link-page/index.vue')['default']
|
|
FillPage: typeof import('./components/fill-page/index.vue')['default']
|
|
InternalLinkPage: typeof import('./components/internal-link-page/index.vue')['default']
|
|
LangProvider: typeof import('./components/lang-provider/index.vue')['default']
|
|
MainTransition: typeof import('./components/main-transition/index.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
SvgIcon: typeof import('./components/svg-icon/index.vue')['default']
|
|
VerifyCode: typeof import('./components/verify-code/index.vue')['default']
|
|
}
|
|
}
|