Skip to content

Commit

Permalink
Export bits from interactions
Browse files Browse the repository at this point in the history
This will allow an external implementation of a multiclick selection tool
  • Loading branch information
PeterC-DLS committed Aug 17, 2023
1 parent 5da1e6a commit ba846f2
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 ba846f2

Please sign in to comment.