UNPKG

@atlaskit/editor-plugin-base

Version:

Base plugin for @atlaskit/editor-core

6 lines (5 loc) 254 B
import { SafePlugin } from '@atlaskit/editor-common/safe-plugin'; import { PluginKey } from '@atlaskit/editor-prosemirror/state'; export declare const newlinePreserveMarksKey: PluginKey; declare const _default: () => SafePlugin; export default _default;