UNPKG

draft-js-image-render-plugin

Version:
4 lines (3 loc) 173 B
import { EditorState } from 'draft-js'; declare const addImage: (editorState: EditorState, url: string, extraData?: {} | undefined) => EditorState; export default addImage;