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

5 lines (4 loc) 418 B
import * as React from 'react'; import { CentileChartProps } from './CentileChart.types'; declare function CentileChart({ chartsVersion, reference, title, subtitle, measurementMethod, sex, childMeasurements, midParentalHeightData, enableZoom, styles, height, width, textScaleFactor, enableExport, exportChartCallback, clinicianFocus, logoVariant, }: CentileChartProps): React.JSX.Element; export default CentileChart;