UNPKG

dagre-compound

Version:

A multi-level compound graph layout library based on dagre

5 lines (4 loc) 141 B
export declare type DeepPartial<T> = { [P in keyof T]?: DeepPartial<T[P]>; }; export declare function createInnerId(id: string): string;