Skip to content

Commit d57135c

Browse files
authored
feat: expose lockShortcuts as a public API (#2317)
1 parent bc94b30 commit d57135c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/client/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export type { DrawingsState } from './state/drawings'
2323
export { drawingState, onDrawingUpdate } from './state/drawings'
2424
export type { SharedState } from './state/shared'
2525
export { onSharedUpdate, sharedState } from './state/shared'
26+
export { lockShortcuts } from './state/storage'
2627

2728
export {
2829
addSyncMethod,

0 commit comments

Comments
 (0)