Skip to content

Commit

Permalink
Merge pull request #1476 from DiamondLightSource/fix-mousebutton-export
Browse files Browse the repository at this point in the history
Fix MouseButton export
  • Loading branch information
axelboc authored Aug 18, 2023
2 parents 01d186f + b994dc7 commit 8f917f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export {
useInteraction,
useModifierKeyPressed,
} from './interactions/hooks';
export { MouseButton } from './interactions/models';
export { getModifierKeyArray } from './interactions/utils';
export { default as Box } from './interactions/box';

Expand All @@ -138,7 +139,6 @@ export { Notation } from './vis/matrix/models';

export type {
ModifierKey,
MouseButton,
Rect,
Selection,
CanvasEvent,
Expand Down

0 comments on commit 8f917f2

Please sign in to comment.