UNPKG
@lumina-study/graph
Version:
latest (0.1.1)
0.1.1
0.1.0
Graph library for Lumina Study
@lumina-study/graph
/
dist
/
utils
/
getNodeDimensions.d.ts
8 lines
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Get node dimensions based on device type */
export
declare
function
getNodeDimensions
(
isMobile
:
boolean
): {
width
:
number
;
height
:
number
; };
//# sourceMappingURL=getNodeDimensions.d.ts.map