48 lines
2.6 KiB
TypeScript
48 lines
2.6 KiB
TypeScript
|
|
/* eslint-disable */
|
||
|
|
// @ts-nocheck
|
||
|
|
// biome-ignore lint: disable
|
||
|
|
// oxlint-disable
|
||
|
|
// ------
|
||
|
|
// Generated by unplugin-vue-components
|
||
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
||
|
|
import { GlobalComponents } from 'vue'
|
||
|
|
|
||
|
|
export {}
|
||
|
|
|
||
|
|
/* prettier-ignore */
|
||
|
|
declare module 'vue' {
|
||
|
|
export interface GlobalComponents {
|
||
|
|
AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
|
||
|
|
ButtonCommon: typeof import('./src/components/common/ButtonCommon.vue')['default']
|
||
|
|
CardBase: typeof import('./src/components/common/CardBase.vue')['default']
|
||
|
|
CardBaseScrollable: typeof import('./src/components/common/CardBaseScrollable.vue')['default']
|
||
|
|
FormCommon: typeof import('./src/components/common/FormCommon.vue')['default']
|
||
|
|
IconCommon: typeof import('./src/components/icon/IconCommon.vue')['default']
|
||
|
|
LayoutVue: typeof import('./src/components/common/LayoutVue.vue')['default']
|
||
|
|
ModalCommon: typeof import('./src/components/common/ModalCommon.vue')['default']
|
||
|
|
PasswordForm: typeof import('./src/components/common/PasswordForm.vue')['default']
|
||
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
||
|
|
RouterView: typeof import('vue-router')['RouterView']
|
||
|
|
SpinnerCommon: typeof import('./src/components/common/SpinnerCommon.vue')['default']
|
||
|
|
TabPaneCommon: typeof import('./src/components/common/TabPaneCommon.vue')['default']
|
||
|
|
TabsCommon: typeof import('./src/components/common/TabsCommon.vue')['default']
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
// For TSX support
|
||
|
|
declare global {
|
||
|
|
const AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
|
||
|
|
const ButtonCommon: typeof import('./src/components/common/ButtonCommon.vue')['default']
|
||
|
|
const CardBase: typeof import('./src/components/common/CardBase.vue')['default']
|
||
|
|
const CardBaseScrollable: typeof import('./src/components/common/CardBaseScrollable.vue')['default']
|
||
|
|
const FormCommon: typeof import('./src/components/common/FormCommon.vue')['default']
|
||
|
|
const IconCommon: typeof import('./src/components/icon/IconCommon.vue')['default']
|
||
|
|
const LayoutVue: typeof import('./src/components/common/LayoutVue.vue')['default']
|
||
|
|
const ModalCommon: typeof import('./src/components/common/ModalCommon.vue')['default']
|
||
|
|
const PasswordForm: typeof import('./src/components/common/PasswordForm.vue')['default']
|
||
|
|
const RouterLink: typeof import('vue-router')['RouterLink']
|
||
|
|
const RouterView: typeof import('vue-router')['RouterView']
|
||
|
|
const SpinnerCommon: typeof import('./src/components/common/SpinnerCommon.vue')['default']
|
||
|
|
const TabPaneCommon: typeof import('./src/components/common/TabPaneCommon.vue')['default']
|
||
|
|
const TabsCommon: typeof import('./src/components/common/TabsCommon.vue')['default']
|
||
|
|
}
|