import { NodeDataType, OrgChartProps } from './interface';
import OrgChart from './OrgChart';

export { NodeDataType, OrgChartProps };
export default OrgChart;
