Skip to content

Commit

Permalink
fix: expose use-composing (#5706)
Browse files Browse the repository at this point in the history
* fix: expose use-composing

* chore: add changeset
  • Loading branch information
yf-yang committed Aug 28, 2024
1 parent e09ed7b commit f9e83b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/pink-pots-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'slate-react': minor
---

Expose useComposing hook
1 change: 1 addition & 0 deletions packages/slate-react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export { Slate } from './components/slate'
// Hooks
export { useEditor } from './hooks/use-editor'
export { useSlateStatic } from './hooks/use-slate-static'
export { useComposing } from './hooks/use-composing'
export { useFocused } from './hooks/use-focused'
export { useReadOnly } from './hooks/use-read-only'
export { useSelected } from './hooks/use-selected'
Expand Down

0 comments on commit f9e83b8

Please sign in to comment.