@antv/g2
Version:
the Grammar of Graphics in Javascript
11 lines • 437 B
JavaScript
export { SpaceLayer } from './spaceLayer';
export { SpaceFlex } from './spaceFlex';
export { View } from './view';
export { Mark } from './mark';
export { FacetRect } from './facetRect';
export { RepeatMatrix } from './repeatMatrix';
export { FacetCircle } from './facetCircle';
export { TimingKeyframe } from './timingKeyframe';
export { GeoPath } from './geoPath';
export { GeoView } from './geoView';
//# sourceMappingURL=index.js.map