mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-27 09:04:31 +02:00
chore: export WeakMap for on-demand retrieval of Path (#5657)
* chore: export node path utils * chore: code style empty line
This commit is contained in:
@@ -24,3 +24,6 @@ export { useSlateSelection } from './hooks/use-slate-selection'
|
|||||||
// Plugin
|
// Plugin
|
||||||
export { ReactEditor } from './plugin/react-editor'
|
export { ReactEditor } from './plugin/react-editor'
|
||||||
export { withReact } from './plugin/with-react'
|
export { withReact } from './plugin/with-react'
|
||||||
|
|
||||||
|
// Utils
|
||||||
|
export { NODE_TO_INDEX, NODE_TO_PARENT } from "./utils/weak-maps"
|
||||||
|
Reference in New Issue
Block a user