Skip to content

Commit

Permalink
feat(viewer): add exporting Viewport types in viewport library
Browse files Browse the repository at this point in the history
  • Loading branch information
LTakhyunKim committed Jun 21, 2023
1 parent 33cd534 commit a0f9060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/viewport/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { useViewport } from './useViewport'
export type { SetViewportAction, UseViewportParams, UseViewportReturnType } from './useViewport/type'
export type { Viewport, BasicViewport, ViewportOptions } from '@lunit/insight-viewer'

0 comments on commit a0f9060

Please sign in to comment.