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

4 lines (3 loc) 197 B
import { Domains } from '../interfaces/Domains'; declare function xAxislabel(chartScaleType: 'prem' | 'infant' | 'smallChild' | 'biggerChild', domains: Domains): string; export default xAxislabel;