UNPKG

178 BTypeScriptView Raw
1import { PolarAxisProps, RectAxisProps } from './types';
2declare const _default: (props: PolarAxisProps | RectAxisProps) => import("../..").JSX.Element;
3export default _default;