UNPKG

bizcharts

Version:
15 lines 643 B
import ReactG from './reconciler'; export { default as Canvas } from './Canvas'; export { default as Group } from './Group'; export { default as Circle } from './Circle'; export { default as Ellipse } from './Ellipse'; export { default as Image } from './Image'; export { default as Line } from './Line'; export { default as Marker } from './Marker'; export { default as Path } from './Path'; export { default as Polygon } from './Polygon'; export { default as Polyline } from './Polyline'; export { default as Rect } from './Rect'; export { default as Text } from './Text'; export var render = ReactG.render; //# sourceMappingURL=index.js.map