mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-02-01 17:36:51 +00:00
42 lines
2.5 KiB
TypeScript
42 lines
2.5 KiB
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
BrowserIframe: typeof import('./components/BrowserIframe.vue')['default']
|
|
CodeMirror: typeof import('./components/CodeMirror.vue')['default']
|
|
ConnectionOverlay: typeof import('./components/ConnectionOverlay.vue')['default']
|
|
Coverage: typeof import('./components/Coverage.vue')['default']
|
|
Dashboard: typeof import('./components/Dashboard.vue')['default']
|
|
DashboardEntry: typeof import('./components/dashboard/DashboardEntry.vue')['default']
|
|
DetailsPanel: typeof import('./components/DetailsPanel.vue')['default']
|
|
ErrorEntry: typeof import('./components/dashboard/ErrorEntry.vue')['default']
|
|
FileDetails: typeof import('./components/FileDetails.vue')['default']
|
|
IconAction: typeof import('./components/IconAction.vue')['default']
|
|
IconButton: typeof import('./components/IconButton.vue')['default']
|
|
Modal: typeof import('./components/Modal.vue')['default']
|
|
ModuleTransformResultView: typeof import('./components/ModuleTransformResultView.vue')['default']
|
|
Navigation: typeof import('./components/Navigation.vue')['default']
|
|
ProgressBar: typeof import('./components/ProgressBar.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
StatusIcon: typeof import('./components/StatusIcon.vue')['default']
|
|
TaskItem: typeof import('./components/TaskItem.vue')['default']
|
|
TasksList: typeof import('./components/TasksList.vue')['default']
|
|
TaskTree: typeof import('./components/TaskTree.vue')['default']
|
|
TestFilesEntry: typeof import('./components/dashboard/TestFilesEntry.vue')['default']
|
|
TestsEntry: typeof import('./components/dashboard/TestsEntry.vue')['default']
|
|
TestsFilesContainer: typeof import('./components/dashboard/TestsFilesContainer.vue')['default']
|
|
ViewConsoleOutput: typeof import('./components/views/ViewConsoleOutput.vue')['default']
|
|
ViewConsoleOutputEntry: typeof import('./components/views/ViewConsoleOutputEntry.vue')['default']
|
|
ViewEditor: typeof import('./components/views/ViewEditor.vue')['default']
|
|
ViewModuleGraph: typeof import('./components/views/ViewModuleGraph.vue')['default']
|
|
ViewReport: typeof import('./components/views/ViewReport.vue')['default']
|
|
ViewReportError: typeof import('./components/views/ViewReportError.vue')['default']
|
|
}
|
|
}
|