UNPKG

text-editor-drcsystems

Version:
9 lines (8 loc) 341 B
import * as React from 'react'; import { OnImageUpload } from '../OnImageUploadPlugin'; declare type PasteImagePluginProps = { uploadImg?: OnImageUpload; }; declare function PasteImagePlugin({ uploadImg }: PasteImagePluginProps): null; declare const _default: React.MemoExoticComponent<typeof PasteImagePlugin>; export default _default;