Skip to content

Commit

Permalink
fix: export usePanZoomTransform (#153)
Browse files Browse the repository at this point in the history
This is useful to apply the same transform as on the target to other elements, for example children of RoiContainer.
  • Loading branch information
stropitek authored May 18, 2024
1 parent 1a9fd82 commit 39cec6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ export * from './hooks/useActions';
export * from './hooks/useCommittedRois';
export * from './hooks/useRoiState';
export * from './hooks/useTargetRef';
export { usePanZoomTransform } from './hooks/usePanZoom';

export * from './libHelpers/image';

0 comments on commit 39cec6a

Please sign in to comment.