UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

4 lines (3 loc) 290 B
import { EditorState, Node } from '../../prosemirror'; export declare function getEditorValueWithMedia(editorState?: EditorState<any>): Promise<Node | undefined>; export declare function insertFileFromDataUrl(editorState: EditorState<any> | undefined, url: string, fileName: string): void;