From 448126edc85275005ac12cfd7f0f8e65253e7e73 Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期二, 05 十一月 2024 16:16:38 +0800 Subject: [PATCH] 包名管理 --- types/env.d.ts | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/types/env.d.ts b/types/env.d.ts index 1326e3b..40ce343 100644 --- a/types/env.d.ts +++ b/types/env.d.ts @@ -5,6 +5,9 @@ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types const component: DefineComponent<{}, {}, any> export default component + + export class ToolHeader { + } } interface ImportMetaEnv { -- Gitblit v1.9.3