UNPKG

@atlaskit/editor-plugin-mentions

Version:

Mentions plugin for @atlaskit/editor-core

9 lines (8 loc) 318 B
import type { NodeSpec } from '@atlaskit/editor-prosemirror/model'; /** * Wrapper for ADF mention node spec to augment toDOM implementation * with fallback UI for lazy node view rendering / window virtualization * @nodeSpecException:toDOM patch * @returns */ export declare const mentionNodeSpec: () => NodeSpec;