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

Notification: Remove implicit any from .d.ts

parent 9aac9d80
......@@ -4,7 +4,7 @@ import { MessageType } from './message'
/** Notification Component */
export declare class ElNotificationComponent extends Vue {
/** Close the Notification instance */
close ()
close (): void
}
export interface ElNotificationOptions {
......
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