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