UNPKG
@lumina-study/graph
Version:
latest (0.1.1)
0.1.1
0.1.0
Graph library for Lumina Study
@lumina-study/graph
/
dist
/
constants
/
NODE_HEIGHT_PX.d.ts
5 lines
•
178 B
TypeScript
View Raw
1
2
3
4
5
/** * Node height in pixels - used for calculations and vertical spacing between nodes */
export
declare
const
NODE_HEIGHT_PX =
80
;
//# sourceMappingURL=NODE_HEIGHT_PX.d.ts.map