1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-15 03:33:59 +02:00

export useEditor back out of package (#3961)

This commit is contained in:
Marcus Wood
2020-11-02 17:04:36 -05:00
committed by GitHub
parent bf428df4e2
commit bf2fe9ffe5

View File

@@ -9,6 +9,7 @@ export { DefaultLeaf } from './components/leaf'
export { Slate } from './components/slate'
// Hooks
export { useEditor } from './hooks/use-editor'
export { useSlateStatic } from './hooks/use-slate-static'
export { useFocused } from './hooks/use-focused'
export { useReadOnly } from './hooks/use-read-only'