UNPKG

recharts

Version:
6 lines (5 loc) 181 B
import { ActiveDotType, DotType } from './types'; export declare function getRadiusAndStrokeWidthFromDot(dot: ActiveDotType | DotType): { r: number; strokeWidth: number; };