UNPKG

rumble-charts

Version:

Truly declarative React charts components

3 lines (2 loc) 152 B
import type { NormalizedSeriesProps, SeriesProps } from '../types'; export declare function normalizeSeries(props: SeriesProps): NormalizedSeriesProps;