We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08cac68 commit d555140Copy full SHA for d555140
src/helpers/index.ts
@@ -1,2 +1,4 @@
1
-export type { Group, GroupType } from './groups';
2
export { processAndReplaceMentionElements } from './mentions';
+
3
+export type { Group, GroupType } from './groups';
4
+export type { Mention, MentionMode, InvalidMentionContent } from './mentions';
src/index.ts
@@ -18,4 +18,10 @@ export type {
18
MarkdownViewProps,
19
MentionPopoverContentProps,
20
} from './components';
21
-export type { Group, GroupType } from './helpers';
+export type {
22
+ Group,
23
+ GroupType,
24
+ Mention,
25
+ MentionMode,
26
+ InvalidMentionContent,
27
+} from './helpers';
0 commit comments