From 8a979d67b85439fbfae8e18098d20d564509ad1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Mon, 19 Jun 2023 15:52:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=9B=E5=BE=AE=E8=96=AA=E8=B5=84=E6=A0=B8?= =?UTF-8?q?=E7=AE=97iframe=E8=A1=A8=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/reactChart/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/reactChart/index.ts b/src/components/reactChart/index.ts index 122c096..90aaca8 100644 --- a/src/components/reactChart/index.ts +++ b/src/components/reactChart/index.ts @@ -1,5 +1,5 @@ -import { OrgChartNodeDataType, OrgChartProps } from './interface'; +// import { OrgChartNodeDataType, OrgChartProps } from './interface'; import OrgChart from './OrgChart'; -export { OrgChartNodeDataType, OrgChartProps }; +// export { OrgChartNodeDataType, OrgChartProps }; export default OrgChart;