rumble-charts
Version:
Truly declarative React charts components
4 lines (3 loc) • 303 B
TypeScript
import type { CommonProps, SeriesProps } from '../types';
import { ReactElement, ReactNode } from 'react';
export declare function proxyChildren(children: ReactNode, seriesProps?: SeriesProps, extraProps?: ((child: ReactNode) => Record<string, any>) | Record<string, any>): ReactElement<CommonProps>[];