UNPKG

@atlaskit/editor-plugin-annotation

Version:

Annotation plugin for @atlaskit/editor-core

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