UNPKG

zz-chart

Version:

Alauda Chart components by Alauda Frontend Team

13 lines (12 loc) 238 B
import uPlot from 'uplot'; import { Action } from './action.js'; /** * legend toggle * @ignore */ export declare class BrushXAction extends Action { get name(): string; get uPlot(): uPlot; start(): void; end(): void; }