Skip to content

Commit 29ae50e

Browse files
committed
fix: export textComposerEmojiMiddleware from emoji plugin
1 parent 7e87140 commit 29ae50e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/plugins/Emojis/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from './EmojiPicker';
2+
export * from './middleware';
23
export { EmojiPickerIcon } from './icons';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './textComposerEmojiMiddleware';

0 commit comments

Comments
 (0)