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

9 lines (8 loc) 286 B
export declare function getTickValuesForChartScaling(chartScaleType: 'prem' | 'infant' | 'smallChild' | 'biggerChild'): any[]; declare const tailoredXTickValues: { prem: any[]; infant: any[]; smallChild: any[]; biggerChild: any[]; }; export default tailoredXTickValues;