UNPKG

recharts

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