UNPKG

@antv/g2plot

Version:

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

11 lines (10 loc) 291 B
export default abstract class ApplyResponsive { plot: any; type: string; responsiveTheme: any; constructor(cfg: any); protected init(): void; protected abstract shouldApply(): boolean; protected abstract apply(): void; protected abstract getType(): string; }