Skip to content

Commit

Permalink
fix: type export
Browse files Browse the repository at this point in the history
  • Loading branch information
hongfaqiu committed Sep 13, 2022
1 parent f00b612 commit 387337c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import GeoTimeLine from "./GeoTimeLine";
import GeoTimeScale from "./GeoTimeScale";

export { GeoTimeLine, GeoTimeScale };
export { GeoTimeLine, GeoTimeScale };

export * from './typing'

0 comments on commit 387337c

Please sign in to comment.