1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-27 00:54:22 +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:
Czy
2024-06-21 07:24:10 +08:00
committed by GitHub
parent e6254f706a
commit ab3570d166

View File

@@ -24,3 +24,6 @@ export { useSlateSelection } from './hooks/use-slate-selection'
// Plugin
export { ReactEditor } from './plugin/react-editor'
export { withReact } from './plugin/with-react'
// Utils
export { NODE_TO_INDEX, NODE_TO_PARENT } from "./utils/weak-maps"