UNPKG

@twp0217/react-org-chart

Version:

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

4 lines (3 loc) 169 B
import { OrgChartComponentProps } from '../interface'; declare const DefaultOrgChart: (props: OrgChartComponentProps) => JSX.Element; export default DefaultOrgChart;