UNPKG

rumble-charts

Version:

Truly declarative React charts components

7 lines (6 loc) 225 B
import type { NormalizedSeriesProps } from '../../types'; declare type Options = { normalize?: boolean; }; export declare function stack(props: NormalizedSeriesProps, options?: Options): NormalizedSeriesProps; export {};