From 348dc0d40f1b6fbaca64e0b3080c5d890a47cd2d Mon Sep 17 00:00:00 2001 From: Estelle00 <530908773@qq.com> Date: Fri, 7 Jan 2022 13:52:39 +0800 Subject: [PATCH 1/2] fix: export default theme type --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7d2e39f8eb23..240b78966595 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "dist", "types", "client.d.ts" + "theme.d.ts" ], "scripts": { "dev": "run-s dev-shared dev-start", From daf5e1c7e10e5b4b0480148ca0c6f909db0d2fe9 Mon Sep 17 00:00:00 2001 From: Estelle00 <530908773@qq.com> Date: Fri, 7 Jan 2022 14:01:19 +0800 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 240b78966595..bab0b59e5987 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bin", "dist", "types", - "client.d.ts" + "client.d.ts", "theme.d.ts" ], "scripts": {