components.d.ts 1.7 KB

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