konva-components.d.ts 595 B

12345678910111213141516171819202122
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. /* prettier-ignore */
  6. // declare module '@vue/runtime-core' {
  7. // export interface GlobalComponents {
  8. // VStage: typeof import('./src/components/alide-item.vue')['default']
  9. // }
  10. // }
  11. // // src/types/global-components.d.ts
  12. import { defineComponent } from 'vue'
  13. declare module '@vue/runtime-core' {
  14. export interface GlobalComponents {
  15. VStage: typeof defineComponent
  16. AnotherGlobalComponent: typeof defineComponent
  17. // 添加更多的全局组件类型
  18. }
  19. }