UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 234 B
import { GuideComponentComponent as GCC } from '../runtime'; import { AxisOptions } from './axis'; export type AxisYOptions = AxisOptions; /** * ArcAxis component bind to x scale. */ export declare const AxisArc: GCC<AxisYOptions>;