UNPKG

slate-react

Version:

Tools for building completely customizable richtext editors with React.

17 lines 981 B
export { Editable, RenderElementProps, RenderLeafProps, RenderPlaceholderProps, DefaultPlaceholder, } from './components/editable'; export { DefaultElement } from './components/element'; export { DefaultLeaf } from './components/leaf'; export { Slate } from './components/slate'; export { useEditor } from './hooks/use-editor'; export { useSlateStatic } from './hooks/use-slate-static'; export { useComposing } from './hooks/use-composing'; export { useFocused } from './hooks/use-focused'; export { useReadOnly } from './hooks/use-read-only'; export { useSelected } from './hooks/use-selected'; export { useSlate, useSlateWithV } from './hooks/use-slate'; export { useSlateSelector } from './hooks/use-slate-selector'; export { useSlateSelection } from './hooks/use-slate-selection'; export { ReactEditor } from './plugin/react-editor'; export { withReact } from './plugin/with-react'; export { NODE_TO_INDEX, NODE_TO_PARENT } from 'slate-dom'; //# sourceMappingURL=index.d.ts.map