We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc94b30 commit d57135cCopy full SHA for d57135c
packages/client/index.ts
@@ -23,6 +23,7 @@ export type { DrawingsState } from './state/drawings'
23
export { drawingState, onDrawingUpdate } from './state/drawings'
24
export type { SharedState } from './state/shared'
25
export { onSharedUpdate, sharedState } from './state/shared'
26
+export { lockShortcuts } from './state/storage'
27
28
export {
29
addSyncMethod,
0 commit comments