fix: update message type (#3168)

pull/3173/head
Zhang 2020-11-14 14:10:10 +08:00 committed by GitHub
parent 17454b2cea
commit 4456bbca14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -191,4 +191,4 @@ export interface MessageApi {
destroy(): void;
}
export default api;
export default api as MessageApi;