export type DagreRankdir = 'TB' | 'BT' | 'LR' | 'RL' | 'tb' | 'lr' | 'rl' | 'bt';
export type DagreAlign = 'UL' | 'UR' | 'DL' | 'DR';
