UNPKG

@twp0217/react-org-chart

Version:

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

12 lines (10 loc) 305 B
import { defineConfig } from 'dumi'; export default defineConfig({ title: 'react-org-chart', favicon: '/images/logo.svg', logo: '/images/logo.svg', outputPath: 'docs-dist', base: '/react-org-chart', publicPath: '/react-org-chart/', // more config: https://d.umijs.org/config });