UNPKG

@antv/g2plot

Version:

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

8 lines (7 loc) 184 B
import ElementParser from '../base'; export default class LineParser extends ElementParser { init(): void; parseSize(): void; parseColor(): void; parseStyle(): void; }