UNPKG

recharts

Version:
9 lines (8 loc) 294 B
import { Props as PolarAngleAxisProps } from './PolarAngleAxis'; import { Props as PolarRadiusAxisProps } from './PolarRadiusAxis'; export declare type AngleAxisProps = PolarAngleAxisProps & { scale: any; }; export declare type RadiusAxisProps = PolarRadiusAxisProps & { scale: any; };