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

7 lines (6 loc) 210 B
import { ICentile } from './CentilesObject'; export interface ClientMidparentalCentilesObject { lowerParentalCentile: ICentile[]; midParentalCentile: ICentile[]; upperParentalCentile: ICentile[]; }