UNPKG

935 BTypeScriptView Raw
1export { Editable, RenderElementProps, RenderLeafProps, RenderPlaceholderProps, DefaultPlaceholder, } from './components/editable';
2export { DefaultElement } from './components/element';
3export { DefaultLeaf } from './components/leaf';
4export { Slate } from './components/slate';
5export { useEditor } from './hooks/use-editor';
6export { useSlateStatic } from './hooks/use-slate-static';
7export { useFocused } from './hooks/use-focused';
8export { useReadOnly } from './hooks/use-read-only';
9export { useSelected } from './hooks/use-selected';
10export { useSlate, useSlateWithV } from './hooks/use-slate';
11export { useSlateSelector } from './hooks/use-slate-selector';
12export { useSlateSelection } from './hooks/use-slate-selection';
13export { ReactEditor } from './plugin/react-editor';
14export { withReact } from './plugin/with-react';
15export { NODE_TO_INDEX, NODE_TO_PARENT } from './utils/weak-maps';
16//# sourceMappingURL=index.d.ts.map
\No newline at end of file