UNPKG

@krmao/react-basic

Version:
5 lines (4 loc) 164 B
import { NodeDataType, OrgChartProps } from "./interface"; import OrgChart from "./OrgChart"; export type { NodeDataType, OrgChartProps }; export default OrgChart;