UNPKG

@twp0217/react-org-chart

Version:

```typescript import React from 'react'; import OrgChart, { NodeDataType } from '@twp0217/react-org-chart';

5 lines (4 loc) 163 B
import { NodeDataType, OrgChartProps } from './interface'; import OrgChart from './OrgChart'; export { NodeDataType, OrgChartProps }; export default OrgChart;