components.d.ts 1.0 KB

1234567891011121314151617181920
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. DonutExample: typeof import('./.vitepress/theme/components/DonutExample.vue')['default']
  10. EmbedExperiment: typeof import('./.vitepress/theme/components/EmbedExperiment.vue')['default']
  11. ExtendExample: typeof import('./.vitepress/theme/components/ExtendExample.vue')['default']
  12. FirstScene: typeof import('./.vitepress/theme/components/FirstScene.vue')['default']
  13. FirstSceneLightToon: typeof import('./.vitepress/theme/components/FirstSceneLightToon.vue')['default']
  14. LoveVueThreeJS: typeof import('./.vitepress/theme/components/LoveVueThreeJS.vue')['default']
  15. RouterLink: typeof import('vue-router')['RouterLink']
  16. RouterView: typeof import('vue-router')['RouterView']
  17. StackBlitzEmbed: typeof import('./.vitepress/theme/components/StackBlitzEmbed.vue')['default']
  18. }
  19. }