UNPKG

161 BTypeScriptView Raw
1import withTreemap from './withTreemap';
2import TreemapView from './treemapView';
3
4export { withTreemap, TreemapView };
5export default withTreemap(TreemapView);