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:
@@ -9,6 +9,7 @@ export { DefaultLeaf } from './components/leaf'
|
|||||||
export { Slate } from './components/slate'
|
export { Slate } from './components/slate'
|
||||||
|
|
||||||
// Hooks
|
// Hooks
|
||||||
|
export { useEditor } from './hooks/use-editor'
|
||||||
export { useSlateStatic } from './hooks/use-slate-static'
|
export { useSlateStatic } from './hooks/use-slate-static'
|
||||||
export { useFocused } from './hooks/use-focused'
|
export { useFocused } from './hooks/use-focused'
|
||||||
export { useReadOnly } from './hooks/use-read-only'
|
export { useReadOnly } from './hooks/use-read-only'
|
||||||
|
Reference in New Issue
Block a user