Skip to content

Commit

Permalink
fix: wrong export of default as type (#1645)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Aug 30, 2023
1 parent 8c8d17f commit 77c171b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typescript/packages/subsurface-viewer/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { default } from "./SubsurfaceViewer";

export type {
default,
BoundsAccessor,
LightsType,
MapMouseEvent,
Expand Down

0 comments on commit 77c171b

Please sign in to comment.