fix: mentions

pull/3053/head
Amour1688 2020-10-24 22:09:54 +08:00
parent b24552b029
commit 873ecf0312
1 changed files with 3 additions and 1 deletions

View File

@ -204,4 +204,6 @@ Mentions.install = function(app: App) {
return app;
};
export default Mentions;
export default Mentions as typeof Mentions & {
readonly Option: typeof Option;
};