UNPKG

@antv/g2plot

Version:

G2 Plot, a market of plots built with the Grammar of Graphics'

8 lines (7 loc) 203 B
import { GM } from '@antv/g-gesture'; import { Interaction } from '@antv/g2'; export default class MobileInteraction extends Interaction { gm: GM; private _handlers; constructor(cfg: any); }