UNPKG

@lumina-study/graph

Version:

Graph library for Lumina Study

8 lines 205 B
/** * Get node dimensions based on device type */ export declare function getNodeDimensions(isMobile: boolean): { width: number; height: number; }; //# sourceMappingURL=getNodeDimensions.d.ts.map