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