Skip to content

Commit

Permalink
fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Aug 18, 2020
1 parent 7aa4558 commit 7415af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './geo';
export { GeoController, IGeoChartOptions, IGeoControllerDatasetOptions, IGeoDataPoint } from './geo';
export * from './choropleth';
export * from './bubbleMap';

0 comments on commit 7415af5

Please sign in to comment.