UNPKG

dagre-compound

Version:

A multi-level compound graph layout library based on dagre

5 lines (4 loc) 200 B
export declare type RankDir = 'TB' | 'BT' | 'LR' | 'RL'; export declare type Align = 'UL' | 'UR' | 'DL' | 'DR'; export declare const ROOT_NAME: string; export declare const BRIDGE_GRAPH_NAME: string;