UNPKG

@nivo/bar

Version:
5 lines 279 B
import { ReactElement } from 'react'; import { WithChartRef } from '@nivo/core'; import { BarDatum, BarSvgProps } from './types'; export declare const Bar: <D extends BarDatum>(props: WithChartRef<BarSvgProps<D>, SVGSVGElement>) => ReactElement; //# sourceMappingURL=Bar.d.ts.map