UNPKG

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