浏览代码

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 {