From c045e5d89e37017caf4e4f0fd393b55ec82e9fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=85=E9=9C=86?= <1037431360@qq.com> Date: Thu, 23 Feb 2023 03:26:00 +0000 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E5=BC=95=E5=85=A5UniApp=20Ty?= =?UTF-8?q?peScript?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 清霆 <1037431360@qq.com> --- src/types/uni.d.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/types/uni.d.ts diff --git a/src/types/uni.d.ts b/src/types/uni.d.ts new file mode 100644 index 0000000..d22b881 --- /dev/null +++ b/src/types/uni.d.ts @@ -0,0 +1,3 @@ +import type { UniApp } from '@dcloudio/types'; + +export { UniApp };