UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

9 lines (8 loc) 280 B
import { GuideComponentComponent as GCC } from '../runtime'; import { AxisOptions } from './axis'; export type AxisXOptions = AxisOptions; /** * LinearAxis component bind to x scale. */ export declare const AxisX: GCC<AxisXOptions>; export declare function axisXConfig(): void;