1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-12 18:24:03 +02:00

fix: expose use-composing (#5706)

* fix: expose use-composing

* chore: add changeset
This commit is contained in:
yf-yang
2024-08-29 03:18:38 +08:00
committed by GitHub
parent e09ed7bf3e
commit f9e83b807f
2 changed files with 6 additions and 0 deletions

View File

@@ -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'