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;