mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 09:16:45 +00:00
chore: add components declaration env file
This commit is contained in:
parent
9d759209e9
commit
2698755e32
21
docs/components.d.ts
vendored
Normal file
21
docs/components.d.ts
vendored
Normal file
@ -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']
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user