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

4 lines (3 loc) 245 B
import { Measurement } from '../interfaces/RCPCHMeasurementObject'; declare function arePointsVisible(domains: any, childMeasurements: Measurement[], showChronological: boolean, showCorrected: boolean): boolean; export default arePointsVisible;