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_WIDTH_PX.d.ts
5 lines
•
180 B
TypeScript
View Raw
1
2
3
4
5
/** * Node width in pixels - used for calculations and corresponds to Tailwind w-60 class */
export
declare
const
NODE_WIDTH_PX =
240
;
//# sourceMappingURL=NODE_WIDTH_PX.d.ts.map