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

8 lines (7 loc) 207 B
import { Measurement } from './RCPCHMeasurementObject'; export interface ClientMeasurementObject { height?: Measurement[]; weight?: Measurement[]; bmi?: Measurement[]; ofc?: Measurement[]; }