mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-13 10:44:02 +02:00
fix: expose use-composing (#5706)
* fix: expose use-composing * chore: add changeset
This commit is contained in:
5
.changeset/pink-pots-argue.md
Normal file
5
.changeset/pink-pots-argue.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'slate-react': minor
|
||||
---
|
||||
|
||||
Expose useComposing hook
|
@@ -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'
|
||||
|
Reference in New Issue
Block a user