text-editor-drcsystems
Version:
Text Editor Made with Love by DRC Systems
9 lines (8 loc) • 341 B
TypeScript
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;