recharts
Version:
React charts
7 lines (6 loc) • 331 B
TypeScript
import * as React from 'react';
import { CartesianChartProps } from '../util/types';
export declare const CategoricalChart: React.ForwardRefExoticComponent<CartesianChartProps & {
width: NonNullable<CartesianChartProps["width"]>;
height: NonNullable<CartesianChartProps["height"]>;
} & React.RefAttributes<SVGSVGElement>>;