Skip to content

Commit 873ecf0

Browse files
committed
fix: mentions
1 parent b24552b commit 873ecf0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/mentions/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,6 @@ Mentions.install = function(app: App) {
204204
return app;
205205
};
206206

207-
export default Mentions;
207+
export default Mentions as typeof Mentions & {
208+
readonly Option: typeof Option;
209+
};

0 commit comments

Comments
 (0)