HumanBreak/components.d.ts

21 lines
864 B
TypeScript
Raw Normal View History

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 {
2022-11-16 23:01:23 +08:00
ADivider: typeof import('ant-design-vue/es')['Divider']
2022-11-30 16:42:44 +08:00
ASelect: typeof import('ant-design-vue/es')['Select']
ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
2022-11-19 11:30:14 +08:00
ASlider: typeof import('ant-design-vue/es')['Slider']
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']
}
}