DIR : /home/kozerus/public_html/cropex/node/node_modules/recharts/types/shape/Polygon.d.ts

/home/kozerus/public_html/cropex/node/node_modules/recharts/types/shape

/**
 * @fileOverview Polygon
 */
import React, { SVGProps } from 'react';
import { Coordinate } from '../util/types';
interface PolygonProps {
    className?: string;
    points?: Coordinate[];
    baseLinePoints?: Coordinate[];
    connectNulls?: boolean;
}
export type Props = Omit<SVGProps<SVGPolygonElement>, 'points'> & PolygonProps;
export declare const Polygon: React.FC<Props>;
export {};
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer