components.d.ts 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. ElCalendar: typeof import('element-plus/es')['ElCalendar']
  10. ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
  11. ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
  12. ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
  13. ElDialog: typeof import('element-plus/es')['ElDialog']
  14. ElDropdown: typeof import('element-plus/es')['ElDropdown']
  15. ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
  16. ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
  17. ElForm: typeof import('element-plus/es')['ElForm']
  18. ElFormItem: typeof import('element-plus/es')['ElFormItem']
  19. ElIcon: typeof import('element-plus/es')['ElIcon']
  20. ElImage: typeof import('element-plus/es')['ElImage']
  21. ElInput: typeof import('element-plus/es')['ElInput']
  22. ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
  23. ElLink: typeof import('element-plus/es')['ElLink']
  24. ElMenu: typeof import('element-plus/es')['ElMenu']
  25. ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
  26. ElOption: typeof import('element-plus/es')['ElOption']
  27. ElPagination: typeof import('element-plus/es')['ElPagination']
  28. ElPopover: typeof import('element-plus/es')['ElPopover']
  29. ElProgress: typeof import('element-plus/es')['ElProgress']
  30. ElRadio: typeof import('element-plus/es')['ElRadio']
  31. ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
  32. ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
  33. ElSelect: typeof import('element-plus/es')['ElSelect']
  34. ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
  35. ElSwitch: typeof import('element-plus/es')['ElSwitch']
  36. ElTable: typeof import('element-plus/es')['ElTable']
  37. ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
  38. ElTabPane: typeof import('element-plus/es')['ElTabPane']
  39. ElTabs: typeof import('element-plus/es')['ElTabs']
  40. ElTransfer: typeof import('element-plus/es')['ElTransfer']
  41. ElTree: typeof import('element-plus/es')['ElTree']
  42. ElUpload: typeof import('element-plus/es')['ElUpload']
  43. FileLink: typeof import('./src/components/FileLink/index.vue')['default']
  44. FileUpload: typeof import('./src/components/FileUpload/index.vue')['default']
  45. FileUploadProgress: typeof import('./src/components/FileUploadProgress/index.vue')['default']
  46. 'IAkarIcons:plus': typeof import('~icons/akar-icons/plus')['default']
  47. 'IAntDesign:folderOpenOutlined': typeof import('~icons/ant-design/folder-open-outlined')['default']
  48. ImportButton: typeof import('./src/components/ImportButton/index.vue')['default']
  49. ItemTable: typeof import('./src/components/ItemTable/index.vue')['default']
  50. Loading: typeof import('element-plus/es')['ElLoadingDirective']
  51. PreviewAttach: typeof import('./src/components/PreviewAttach/index.vue')['default']
  52. RemoteCascader: typeof import('./src/components/RemoteCascader/index.vue')['default']
  53. RemoteCascaderClass: typeof import('./src/components/RemoteCascaderClass/index.vue')['default']
  54. RemoteDictionarySelect: typeof import('./src/components/RemoteDictionarySelect/index.vue')['default']
  55. RemoteLoadMultiSelect: typeof import('./src/components/RemoteLoadMultiSelect/index.vue')['default']
  56. RemoteMultiSelect: typeof import('./src/components/RemoteMultiSelect/index.vue')['default']
  57. RemoteSelect: typeof import('./src/components/RemoteSelect/index.vue')['default']
  58. RemoteSelectClass: typeof import('./src/components/RemoteSelectClass/index.vue')['default']
  59. RouterLink: typeof import('vue-router')['RouterLink']
  60. RouterView: typeof import('vue-router')['RouterView']
  61. StrToArr: typeof import('./src/components/StrToArr/index.vue')['default']
  62. StrToJson: typeof import('./src/components/StrToJson/index.vue')['default']
  63. StrToNum: typeof import('./src/components/StrToNum/index.vue')['default']
  64. TableItemImage: typeof import('./src/components/TableItemImage/index.vue')['default']
  65. TableItemSwitch: typeof import('./src/components/TableItemSwitch/index.vue')['default']
  66. TinymceVue: typeof import('./src/components/TinymceVue/index.vue')['default']
  67. }
  68. }
  69. export {}