UNPKG

@atlaskit/editor-plugin-placeholder

Version:

Placeholder plugin for @atlaskit/editor-core.

6 lines (5 loc) 291 B
import { PluginKey } from '@atlaskit/editor-prosemirror/state'; import type { PlaceholderPlugin } from './placeholderPluginType'; export declare const EMPTY_PARAGRAPH_TIMEOUT_DELAY = 2000; export declare const pluginKey: PluginKey; export declare const placeholderPlugin: PlaceholderPlugin;