components.d.ts 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. declare module '@vue/runtime-core' {
  6. export interface GlobalComponents {
  7. AppLink: typeof import('./src/components/AppLink/index.vue')['default']
  8. ElButton: typeof import('element-plus/es')['ElButton']
  9. ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
  10. ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
  11. ElDialog: typeof import('element-plus/es')['ElDialog']
  12. ElEmpty: typeof import('element-plus/es')['ElEmpty']
  13. ElForm: typeof import('element-plus/es')['ElForm']
  14. ElFormItem: typeof import('element-plus/es')['ElFormItem']
  15. ElInput: typeof import('element-plus/es')['ElInput']
  16. ElMenu: typeof import('element-plus/es')['ElMenu']
  17. ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
  18. ElOption: typeof import('element-plus/es')['ElOption']
  19. ElPagination: typeof import('element-plus/es')['ElPagination']
  20. ElRadio: typeof import('element-plus/es')['ElRadio']
  21. ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
  22. ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
  23. ElSelect: typeof import('element-plus/es')['ElSelect']
  24. ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
  25. ElTable: typeof import('element-plus/es')['ElTable']
  26. ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
  27. FileLink: typeof import('./src/components/FileLink/index.vue')['default']
  28. FileUpload: typeof import('./src/components/FileUpload/index.vue')['default']
  29. ImportButton: typeof import('./src/components/ImportButton/index.vue')['default']
  30. ItemTable: typeof import('./src/components/ItemTable/index.vue')['default']
  31. Loading: typeof import('element-plus/es')['ElLoadingDirective']
  32. PreviewAttach: typeof import('./src/components/PreviewAttach/index.vue')['default']
  33. RemoteCascader: typeof import('./src/components/RemoteCascader/index.vue')['default']
  34. RemoteCascaderClass: typeof import('./src/components/RemoteCascaderClass/index.vue')['default']
  35. RemoteDictionarySelect: typeof import('./src/components/RemoteDictionarySelect/index.vue')['default']
  36. RemoteMultiSelect: typeof import('./src/components/RemoteMultiSelect/index.vue')['default']
  37. RemoteSelect: typeof import('./src/components/RemoteSelect/index.vue')['default']
  38. RemoteSelectClass: typeof import('./src/components/RemoteSelectClass/index.vue')['default']
  39. RouterLink: typeof import('vue-router')['RouterLink']
  40. RouterView: typeof import('vue-router')['RouterView']
  41. StrToArr: typeof import('./src/components/StrToArr/index.vue')['default']
  42. StrToJson: typeof import('./src/components/StrToJson/index.vue')['default']
  43. StrToNum: typeof import('./src/components/StrToNum/index.vue')['default']
  44. TableItemImage: typeof import('./src/components/TableItemImage/index.vue')['default']
  45. TableItemSwitch: typeof import('./src/components/TableItemSwitch/index.vue')['default']
  46. TinymceVue: typeof import('./src/components/TinymceVue/index.vue')['default']
  47. }
  48. }
  49. export {}