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) 241 B
import { Domains } from '../interfaces/Domains'; export declare function makeNonDisjunctionThresholds(domains: Domains | null, sex: 'male' | 'female', reference: 'cdc' | 'uk-who' | 'trisomy-21' | 'turner' | 'trisomy-21-aap' | 'who'): any[];