UNPKG

@twp0217/react-org-chart

Version:

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

4 lines (3 loc) 143 B
import { OrgChartProps } from './interface'; declare const OrgChart: (props: OrgChartProps) => JSX.Element | null; export default OrgChart;