From 99154793546ec461f082f9737027e5cacbe5f397 Mon Sep 17 00:00:00 2001 From: wanglin2 <1013335014@qq.com> Date: Wed, 18 Oct 2023 14:02:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=850.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 +-- simple-mind-map/package.json | 4 +-- simple-mind-map/types/index.d.ts | 32 +++++++++++++------ .../types/src/constants/defaultOptions.d.ts | 6 +++- .../types/src/core/render/Render.d.ts | 27 +++++++++------- .../types/src/core/render/node/Node.d.ts | 5 ++- simple-mind-map/types/src/layouts/Base.d.ts | 1 + simple-mind-map/types/src/utils/index.d.ts | 9 +++++- 8 files changed, 59 insertions(+), 29 deletions(-) diff --git a/index.html b/index.html index 11ebd742..5b2b6cb8 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@