1
0

components.d.ts 1.8 KB

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