Преглед изворни кода

Notification: Remove implicit any from .d.ts

Axel Manuel пре 7 година
родитељ
комит
e8cf84cbc0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      types/notification.d.ts

+ 1 - 1
types/notification.d.ts

@@ -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 {