UNPKG

@atlaskit/editor-plugin-mentions

Version:

Mentions plugin for @atlaskit/editor-core

5 lines (4 loc) 363 B
export { mentionsPlugin } from './mentionsPlugin'; export type { MentionsPlugin, MentionPluginDependencies, MentionActions, } from './mentionsPluginType'; export type { MentionPluginConfig, MentionPluginOptions, MentionsPluginOptions, MentionSharedState, MentionsChangedHandler, } from './types'; export type { InsertMentionParameters } from './editor-commands';