加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
components.d.ts 3.98 KB
一键复制 编辑 原始数据 按行查看 历史
huisl 提交于 2024-06-24 18:13 . feat: 多选
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
Accordion: typeof import('primevue/accordion')['default']
AccordionTab: typeof import('primevue/accordiontab')['default']
AudioPreviewer: typeof import('./src/components/preview/components/audioPreviewer/index.vue')['default']
Banner: typeof import('./src/components/banner/index.vue')['default']
Breadcrumb: typeof import('primevue/breadcrumb')['default']
Button: typeof import('primevue/button')['default']
ButtonIcon: typeof import('./src/components/topNavigation/components/buttonIcon.vue')['default']
Checkbox: typeof import('primevue/checkbox')['default']
CodePreviewer: typeof import('./src/components/preview/components/codePreviewer/index.vue')['default']
ContentSidebar: typeof import('./src/components/contentSidebar/index.vue')['default']
Dialog: typeof import('primevue/dialog')['default']
Dropdown: typeof import('primevue/dropdown')['default']
ExcelPreviewer: typeof import('./src/components/preview/components/excelPreviewer/index.vue')['default']
FileList: typeof import('./src/components/fileList/index.vue')['default']
FileUpload: typeof import('primevue/fileupload')['default']
Foot: typeof import('./src/components/foot/index.vue')['default']
ImagePreviewer: typeof import('./src/components/preview/components/imagePreviewer/index.vue')['default']
InfoBoard: typeof import('./src/components/fileList/components/infoBoard/index.vue')['default']
InputSwitch: typeof import('primevue/inputswitch')['default']
InputText: typeof import('primevue/inputtext')['default']
LeftSide: typeof import('./src/components/topNavigation/components/leftSide.vue')['default']
MenuBar: typeof import('./src/components/menuBar/index.vue')['default']
MyButton: typeof import('./src/components/myButton/index.vue')['default']
Nav: typeof import('./src/components/nav/index.vue')['default']
NonSupportPreviewer: typeof import('./src/components/preview/components/nonSupportPreviewer/index.vue')['default']
Option: typeof import('./src/components/optionBoard/option/index.vue')['default']
OptionBoard: typeof import('./src/components/optionBoard/index.vue')['default']
OptionGroup: typeof import('./src/components/optionBoard/optionGroup/index.vue')['default']
Panel: typeof import('primevue/panel')['default']
PdfPreviewer: typeof import('./src/components/preview/components/pdfPreviewer/index.vue')['default']
Popup: typeof import('./src/components/popup/index.vue')['default']
PptPreviewer: typeof import('./src/components/preview/components/pptPreviewer/index.vue')['default']
Preview: typeof import('./src/components/preview/index.vue')['default']
Progress: typeof import('./src/components/progress/index.vue')['default']
ProgressBar: typeof import('primevue/progressbar')['default']
ProgressSpinner: typeof import('primevue/progressspinner')['default']
Qrcode: typeof import('./src/components/qrcode/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SearchBoard: typeof import('./src/components/searchBoard/index.vue')['default']
ShareBoard: typeof import('./src/components/shareBoard/index.vue')['default']
Sidebar: typeof import('primevue/sidebar')['default']
SvgIcon: typeof import('./src/components/svgIcon/index.vue')['default']
TopNavigation: typeof import('./src/components/topNavigation/index.vue')['default']
Tree: typeof import('primevue/tree')['default']
TxtPreviewer: typeof import('./src/components/preview/components/txtPreviewer/index.vue')['default']
VideoPreviewer: typeof import('./src/components/preview/components/videoPreviewer/index.vue')['default']
WordPreviewer: typeof import('./src/components/preview/components/wordPreviewer/index.vue')['default']
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化