Browse Source

Notification: Remove implicit any from .d.ts

Axel Manuel 7 years ago
parent
commit
e8cf84cbc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      types/notification.d.ts

+ 1 - 1
types/notification.d.ts

@@ -4,7 +4,7 @@ import { MessageType } from './message'
 /** Notification Component */
 /** Notification Component */
 export declare class ElNotificationComponent extends Vue {
 export declare class ElNotificationComponent extends Vue {
   /** Close the Notification instance */
   /** Close the Notification instance */
-  close ()
+  close (): void
 }
 }
 
 
 export interface ElNotificationOptions {
 export interface ElNotificationOptions {