import { Family, IFamilyNode, IFamilyExtNode, IFamilyData } from './src/types'; export { Gender, RelationType, FamilyType, Family, Unit, ICanvasSize, IRelation, IFamilyNode, IFamilyExtNode, IConnector, IFamilyData, } from './src/types'; export default function (nodes: IFamilyNode[], rootId: string): IFamilyData;