From e58130c1e82d8320ba612b381c29304510dcf1e6 Mon Sep 17 00:00:00 2001 From: biexueqin <1315359915@qq.com> Date: Tue, 27 May 2025 15:08:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=AD=98/components.d.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/components.d.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 types/components.d.ts diff --git a/types/components.d.ts b/types/components.d.ts new file mode 100644 index 0000000..25da906 --- /dev/null +++ b/types/components.d.ts @@ -0,0 +1,24 @@ +/* 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 { + AInput: typeof import('ant-design-vue/es')['Input'] + AModal: typeof import('ant-design-vue/es')['Modal'] + AProgress: typeof import('ant-design-vue/es')['Progress'] + ATable: typeof import('ant-design-vue/es')['Table'] + ATree: typeof import('ant-design-vue/es')['Tree'] + HelloWorld: typeof import('./../src/components/HelloWorld.vue')['default'] + Legend: typeof import('./../src/components/Legend/index.vue')['default'] + MapContainer: typeof import('./../src/components/MapContainer/index.vue')['default'] + Modal: typeof import('./../src/views/components/modal.vue')['default'] + MyModal: typeof import('./../src/components/MyModal.vue')['default'] + RouterLink: typeof import('vue-router')['RouterLink'] + RouterView: typeof import('vue-router')['RouterView'] + } +}