UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

8 lines (7 loc) 435 B
import { Plugin, PluginKey, DecorationSet, Node } from '../../../prosemirror'; import { EditorPlugin } from '../../types'; export declare const pluginKey: PluginKey; export declare function createPlaceholderDecoration(doc: Node, placeholderText: string): DecorationSet; export declare function createPlugin(placeholderText?: string): Plugin | undefined; declare const placeholderPlugin: EditorPlugin; export default placeholderPlugin;