UNPKG

@atlaskit/editor-plugin-annotation

Version:

Annotation plugin for @atlaskit/editor-core

4 lines (3 loc) 224 B
import type { InlineCommentAction, InlineCommentPluginState } from './types'; export default _default; declare function _default(pluginState: InlineCommentPluginState, action: InlineCommentAction): InlineCommentPluginState;