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) 166 B
import * as React from 'react'; import { RCPCHChartProps } from './RCPCHChart.types'; declare const RCPCHChart: React.FC<RCPCHChartProps>; export default RCPCHChart;