import { AxisOption, ComponentOption } from '../../interface'; import View from '../view'; import { Controller } from './base'; declare type Option = Record | boolean; /** * @ignore * G2 Axis controller, will: * - create component * - axis * - grid * - life circle */ export default class Axis extends Controller