UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

8 lines (7 loc) 214 B
import { EditorView } from '../'; export interface PasteContent { plain?: string; html?: string; } declare var _default: (editorView: EditorView, content: PasteContent) => boolean; export default _default;