UNPKG

@draft-js-plugins/editor

Version:
5 lines (4 loc) 292 B
import { EditorState } from 'draft-js'; import { PluginEditorProps } from '.'; import MultiDecorator from './MultiDecorator'; export default function resolveDecorators(props: PluginEditorProps, getEditorState: () => EditorState, onChange: (editorState: EditorState) => void): MultiDecorator;