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) 209 B
import { MidParentalHeightObject } from '../interfaces/MidParentalHeightObject'; export declare const generateMidParentalHeightSDSData: (domains: any, midParentalHeightData: MidParentalHeightObject) => any[];