components.d.ts 2.6 KB

1234567891011121314151617181920212223242526272829303132333435
  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. DirectiveVAlwaysLookAtExampleCode: typeof import('./.vitepress/theme/components/DirectiveVAlwaysLookAtExampleCode.md')['default']
  10. DirectiveVAlwaysLookAtUsageCode: typeof import('./.vitepress/theme/components/DirectiveVAlwaysLookAtUsageCode.md')['default']
  11. DirectiveVDistanceToCode: typeof import('./.vitepress/theme/components/DirectiveVDistanceToCode.md')['default']
  12. DirectiveVDistinceToCode: typeof import('./.vitepress/theme/components/DirectiveVDistinceToCode.md')['default']
  13. DirectiveVLightHelperUsageCode: typeof import('./.vitepress/theme/components/DirectiveVLightHelperUsageCode.md')['default']
  14. DirectiveVLogCode: typeof import('./.vitepress/theme/components/DirectiveVLogCode.md')['default']
  15. DirectiveVLogUsageCode: typeof import('./.vitepress/theme/components/DirectiveVLogUsageCode.md')['default']
  16. DonutExample: typeof import('./.vitepress/theme/components/DonutExample.vue')['default']
  17. EmbedExperiment: typeof import('./.vitepress/theme/components/EmbedExperiment.vue')['default']
  18. ExtendExample: typeof import('./.vitepress/theme/components/ExtendExample.vue')['default']
  19. FirstScene: typeof import('./.vitepress/theme/components/FirstScene.vue')['default']
  20. FirstSceneLightToon: typeof import('./.vitepress/theme/components/FirstSceneLightToon.vue')['default']
  21. GudeInstallTS: typeof import('./.vitepress/theme/components/GudeInstallTS.md')['default']
  22. GuideInstall: typeof import('./.vitepress/theme/components/GuideInstall.md')['default']
  23. GuideInstallTypescript: typeof import('./.vitepress/theme/components/GuideInstallTypescript.md')['default']
  24. GuideLunchbox: typeof import('./.vitepress/theme/components/GuideLunchbox.md')['default']
  25. GuideVite: typeof import('./.vitepress/theme/components/GuideVite.md')['default']
  26. HomeSponsors: typeof import('./.vitepress/theme/components/HomeSponsors.vue')['default']
  27. LocalOrbitControls: typeof import('./.vitepress/theme/components/LocalOrbitControls.vue')['default']
  28. LoveVueThreeJS: typeof import('./.vitepress/theme/components/LoveVueThreeJS.vue')['default']
  29. RouterLink: typeof import('vue-router')['RouterLink']
  30. RouterView: typeof import('vue-router')['RouterView']
  31. SandboxDemo: typeof import('./.vitepress/theme/components/SandboxDemo.vue')['default']
  32. StackBlitzEmbed: typeof import('./.vitepress/theme/components/StackBlitzEmbed.vue')['default']
  33. }
  34. }