We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17454b2 commit 4456bbcCopy full SHA for 4456bbc
components/message/index.tsx
@@ -191,4 +191,4 @@ export interface MessageApi {
191
destroy(): void;
192
}
193
194
-export default api;
+export default api as MessageApi;
0 commit comments