From 2698755e3268c80db2d515c1af0c1630c66208e2 Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Wed, 24 May 2023 13:41:25 +0800 Subject: [PATCH] chore: add components declaration env file --- docs/components.d.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/components.d.ts diff --git a/docs/components.d.ts b/docs/components.d.ts new file mode 100644 index 00000000..0d1df86d --- /dev/null +++ b/docs/components.d.ts @@ -0,0 +1,21 @@ +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// Generated by unplugin-vue-components +// Read more: https://github.com/vuejs/core/pull/3399 +import '@vue/runtime-core' + +export {} + +declare module '@vue/runtime-core' { + export interface GlobalComponents { + AsideSponsors: typeof import('./.vitepress/theme/components/AsideSponsors.vue')['default'] + CardLink: typeof import('./.vitepress/theme/components/CardLink.vue')['default'] + CodeTitle: typeof import('./.vitepress/theme/components/layout/CodeTitle.vue')['default'] + Comment: typeof import('./.vitepress/theme/components/layout/Comment.vue')['default'] + Copyright: typeof import('./.vitepress/theme/components/Copyright.vue')['default'] + Footer: typeof import('./.vitepress/theme/components/layout/Footer.vue')['default'] + MediumZoom: typeof import('./.vitepress/theme/components/MediumZoom.vue')['default'] + Mermaid: typeof import('./.vitepress/theme/components/Mermaid.vue')['default'] + } +}