tuoheng_virtualAirPlan_web/components.d.ts

32 lines
1.5 KiB
TypeScript
Raw Permalink Normal View History

2025-08-22 09:43:16 +08:00
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AButton: typeof import('ant-design-vue/es')['Button']
ACol: typeof import('ant-design-vue/es')['Col']
AInput: typeof import('ant-design-vue/es')['Input']
AMenu: typeof import('ant-design-vue/es')['Menu']
AProgress: typeof import('ant-design-vue/es')['Progress']
ARadio: typeof import('ant-design-vue/es')['Radio']
2025-08-26 18:59:21 +08:00
ARadioButton: typeof import('ant-design-vue/es')['RadioButton']
2025-08-22 09:43:16 +08:00
ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
ARow: typeof import('ant-design-vue/es')['Row']
ASpin: typeof import('ant-design-vue/es')['Spin']
ATooltip: typeof import('ant-design-vue/es')['Tooltip']
Form: typeof import('./src/components/Forms/form.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Spin1: typeof import('./src/components/loading/spin1.vue')['default']
Table: typeof import('./src/components/vxetable/table.vue')['default']
Video: typeof import('./src/components/video/index.vue')['default']
VideoPlayPopup: typeof import('./src/components/custom_popup/videoPlayPopup.vue')['default']
Vuxpopup: typeof import('./src/components/custom_popup/vuxpopup.vue')['default']
}
}