Commit aa709c70 authored by Axel Manuel's avatar Axel Manuel Committed by 杨奕

Message: Remove implicit any from .d.ts

parent e8cf84cb
......@@ -5,7 +5,7 @@ export type MessageType = 'success' | 'warning' | 'info' | 'error'
/** Message Component */
export declare class ElMessageComponent extends Vue {
/** Close the Loading instance */
close ()
close (): void
}
export interface CloseEventHandler {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment