2022-11-14 17:11:23 +08:00
|
|
|
// generated by unplugin-vue-components
|
|
|
|
// We suggest you to commit this file into source control
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
import '@vue/runtime-core'
|
|
|
|
|
|
|
|
export {}
|
|
|
|
|
|
|
|
declare module '@vue/runtime-core' {
|
|
|
|
export interface GlobalComponents {
|
2023-05-13 22:09:05 +08:00
|
|
|
ADivider: typeof import('ant-design-vue/es')['Divider']
|
2023-02-22 20:23:37 +08:00
|
|
|
AProgress: typeof import('ant-design-vue/es')['Progress']
|
2023-05-13 22:09:05 +08:00
|
|
|
ASelect: typeof import('ant-design-vue/es')['Select']
|
|
|
|
ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
|
|
|
|
ASlider: typeof import('ant-design-vue/es')['Slider']
|
|
|
|
ASwitch: typeof import('ant-design-vue/es')['Switch']
|
2022-12-28 20:34:23 +08:00
|
|
|
Box: typeof import('./src/components/box.vue')['default']
|
2022-11-14 17:11:23 +08:00
|
|
|
BoxAnimate: typeof import('./src/components/boxAnimate.vue')['default']
|
2022-12-30 15:25:58 +08:00
|
|
|
Colomn: typeof import('./src/components/colomn.vue')['default']
|
2022-11-16 23:01:23 +08:00
|
|
|
EnemyOne: typeof import('./src/components/enemyOne.vue')['default']
|
2022-11-14 17:11:23 +08:00
|
|
|
Scroll: typeof import('./src/components/scroll.vue')['default']
|
|
|
|
}
|
|
|
|
}
|