fix: update message type (#3168)

pull/3173/head
Zhang 4 years ago committed by GitHub
parent 17454b2cea
commit 4456bbca14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save