Skip to content

Commit

Permalink
Merge pull request #1475 from DiamondLightSource/export-interactions
Browse files Browse the repository at this point in the history
Export bits from interactions
  • Loading branch information
axelboc authored Aug 18, 2023
2 parents 5da1e6a + ba846f2 commit 3f973e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ export type {
CanvasEventCallbacks,
} from './interactions/models';
export { MouseButton } from './interactions/models';
export { useInteraction, useModifierKeyPressed } from './interactions/hooks';
export { getModifierKeyArray } from './interactions/utils';

export type {
Domain,
Expand Down

0 comments on commit 3f973e4

Please sign in to comment.