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

12 lines (11 loc) 195 B
export interface VictoryLegendDatum { name?: string; labels?: { fill?: string; size?: number; }; symbol?: { fill?: string; type?: string; }; }