UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines (5 loc) 141 B
import { Action } from '..'; declare class MousewheelScroll extends Action { scroll(arg?: any): void; } export default MousewheelScroll;