Notification: Remove implicit any from .d.ts

pull/7446/head^2
Axel Manuel 2017-10-26 17:17:18 +02:00 committed by 杨奕
parent 9aac9d80eb
commit e8cf84cbc0
1 changed files with 1 additions and 1 deletions

View File

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