Skip to content

Commit

Permalink
Merge pull request #13752 from ckeditor/ck/13705-mentions-should-reex…
Browse files Browse the repository at this point in the history
…port-mentionfeed-and-item-renderer

Fix (mention): Mentions should reexport MentionFeed and ItemRenderer types. Closes #13705.
  • Loading branch information
filipsobol committed Mar 27, 2023
2 parents 8e46040 + d22143b commit 191f6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-mention/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export { default as Mention } from './mention';
export { default as MentionEditing } from './mentionediting';
export { default as MentionUI } from './mentionui';

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

import './augmentation';

0 comments on commit 191f6cc

Please sign in to comment.