UNPKG

@antv/g2plot

Version:

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

8 lines (7 loc) 200 B
import CircleParser from './circle'; import GuidePointParser from './guide'; declare const _default: { guide: typeof GuidePointParser; circle: typeof CircleParser; }; export default _default;