123456789101112131415161718192021 |
- export {}
- declare module 'vue' {
- export interface GlobalComponents {
- DonutExample: typeof import('./.vitepress/theme/components/DonutExample.vue')['default']
- EmbedExperiment: typeof import('./.vitepress/theme/components/EmbedExperiment.vue')['default']
- ExtendExample: typeof import('./.vitepress/theme/components/ExtendExample.vue')['default']
- FirstScene: typeof import('./.vitepress/theme/components/FirstScene.vue')['default']
- FirstSceneLightToon: typeof import('./.vitepress/theme/components/FirstSceneLightToon.vue')['default']
- LocalOrbitControls: typeof import('./.vitepress/theme/components/LocalOrbitControls.vue')['default']
- LoveVueThreeJS: typeof import('./.vitepress/theme/components/LoveVueThreeJS.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- StackBlitzEmbed: typeof import('./.vitepress/theme/components/StackBlitzEmbed.vue')['default']
- }
- }
|