UNPKG

@atlaskit/editor-plugin-annotation

Version:

Annotation plugin for @atlaskit/editor-core

7 lines (6 loc) 229 B
import type { MarkSpec } from '@atlaskit/editor-prosemirror/model'; /** * Annotation mark lifted from adf-schema with modified `toDOM` to work with * existing nodeview */ export declare const annotationWithToDOMFix: MarkSpec;