UNPKG

@rcpch/digital-growth-charts-react-component-library

Version:

A React component library for the RCPCH digital growth charts using Rollup, TypeScript and Styled-Components

3 lines (2 loc) 160 B
import { Measurement } from '../interfaces/RCPCHMeasurementObject'; export declare function isCrowded(domains: any, childMeasurements: Measurement[]): boolean;