UNPKG

@lumina-study/graph

Version:

Graph library for Lumina Study

9 lines 222 B
/** * Layout direction for tree visualization. * * - 'ltr' - Left to Right * - 'rtl' - Right to Left * - 'ttb' - Top to Bottom */ export type Direction = 'ltr' | 'rtl' | 'ttb'; //# sourceMappingURL=Direction.d.ts.map