components.d.ts 1.3 KB

1234567891011121314151617181920212223242526272829
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/core/pull/3399
  4. import '@vue/runtime-core'
  5. export {}
  6. declare module '@vue/runtime-core' {
  7. export interface GlobalComponents {
  8. CheckGrid: typeof import('./src/components/mobile/CheckGrid/index.vue')['default']
  9. ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
  10. FileUpload: typeof import('./src/components/mobile/FileUpload/index.vue')['default']
  11. 'I:bx:like': typeof import('~icons/bx/like')['default']
  12. 'I:iconParkOutline:like': typeof import('~icons/icon-park-outline/like')['default']
  13. RemoteList: typeof import('./src/components/mobile/RemoteList/index.vue')['default']
  14. RouterLink: typeof import('vue-router')['RouterLink']
  15. RouterView: typeof import('vue-router')['RouterView']
  16. TinymceVue: typeof import('./src/components/TinymceVue/index.vue')['default']
  17. VanConfigProvider: typeof import('vant/es')['ConfigProvider']
  18. VanIcon: typeof import('vant/es')['Icon']
  19. VanList: typeof import('vant/es')['List']
  20. VanNavBar: typeof import('vant/es')['NavBar']
  21. VanPopup: typeof import('vant/es')['Popup']
  22. VanPullRefresh: typeof import('vant/es')['PullRefresh']
  23. VanRate: typeof import('vant/es')['Rate']
  24. VanSearch: typeof import('vant/es')['Search']
  25. }
  26. }