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

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

/**
 * @fileOverview Dot
 */
import * as React from 'react';
import { PresentationAttributesWithProps } from '../util/types';
interface DotProps {
    className?: string;
    cx?: number;
    cy?: number;
    r?: number;
    clipDot?: boolean;
}
export type Props = PresentationAttributesWithProps<DotProps, SVGCircleElement> & DotProps;
export declare const Dot: 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