UNPKG
@lumina-study/graph
Version:
latest (0.1.1)
0.1.1
0.1.0
Graph library for Lumina Study
@lumina-study/graph
/
dist
/
types
/
Direction.d.ts
9 lines
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * 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