Skip to content

Commit

Permalink
Merge pull request #16068 from ckeditor/ck/16044-export-a-few-more-ty…
Browse files Browse the repository at this point in the history
…pes-or-classes-from-the-mention-package

Other (mention): Export MentionsView, MentionListItemView, DomWrapperView classes and MentionFeedObjectItem type. Closes #16044.
  • Loading branch information
illia-stv authored Mar 22, 2024
2 parents e9f0c13 + 37b6230 commit 9a62fc8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/ckeditor5-mention/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
export { default as Mention } from './mention.js';
export { default as MentionEditing } from './mentionediting.js';
export { default as MentionUI } from './mentionui.js';
export { default as MentionsView } from './ui/mentionsview.js';
export { default as MentionListItemView } from './ui/mentionlistitemview.js';
export { default as DomWrapperView } from './ui/domwrapperview.js';

export type { MentionConfig, MentionFeed, ItemRenderer } from './mentionconfig.js';
export type { MentionConfig, MentionFeed, ItemRenderer, MentionFeedObjectItem } from './mentionconfig.js';
export type { default as MentionCommand } from './mentioncommand.js';

import './augmentation.js';

0 comments on commit 9a62fc8

Please sign in to comment.