mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-14 02:31:54 +00:00
chore: add support to define custom component for extraction
This commit is contained in:
parent
2589ee819a
commit
2fe449ec90
17
docs/components.d.ts
vendored
Normal file
17
docs/components.d.ts
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
/* 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']
|
||||
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']
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user