UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

4 lines (3 loc) 154 B
import { Types } from '@antv/g2'; import { Meta } from './meta'; export declare type Axis = false | (Types.AxisCfg & Omit<Meta, 'values' | 'formatter'>);