UNPKG

@antv/g2plot

Version:

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

10 lines (9 loc) 260 B
import GuideLineParser from './guide'; import LineParser from './main'; import MiniLineParser from './mini'; declare const _default: { main: typeof LineParser; guide: typeof GuideLineParser; mini: typeof MiniLineParser; }; export default _default;