UNPKG

@antv/g2plot

Version:

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

8 lines (7 loc) 186 B
import AreaParser from './main'; import MiniAreaParser from './mini'; declare const _default: { main: typeof AreaParser; mini: typeof MiniAreaParser; }; export default _default;