mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 06:25:55 +00:00
22 lines
1019 B
TypeScript
22 lines
1019 B
TypeScript
/* 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']
|
|
}
|
|
}
|