mirror of https://github.com/ElemeFE/element
Notification: Remove implicit any from .d.ts
parent
9aac9d80eb
commit
e8cf84cbc0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue