diff --git a/packages/slate-react/src/index.ts b/packages/slate-react/src/index.ts index d8cb331f2..4568b8f29 100644 --- a/packages/slate-react/src/index.ts +++ b/packages/slate-react/src/index.ts @@ -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"