UNPKG

rumble-charts

Version:

Truly declarative React charts components

3 lines (2 loc) 220 B
import type { NormalizedSeriesProps, TransformMethod } from '../types'; export declare function transform(props: NormalizedSeriesProps, method: TransformMethod | TransformMethod[], options?: any): NormalizedSeriesProps;