SourceTermAnalysisSystem_vue/types/components.d.ts
2026-05-15 10:13:06 +08:00

18 lines
654 B
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 {
Dialog: typeof import('./../src/components/Dialog/index.vue')['default']
Drawer: typeof import('./../src/components/Drawer/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SvgIcon: typeof import('./../src/components/SvgIcon/index.vue')['default']
Table: typeof import('./../src/components/Table/index.vue')['default']
}
}