UNPKG

element-plus

Version:

A Component Library for Vue3.0

6 lines (5 loc) 316 B
import type { INotification, NotificationVM, Position } from './notification.type'; declare const Notification: INotification; export declare function close(id: string, position: Position, userOnClose?: (vm: NotificationVM) => void): void; export declare function closeAll(): void; export default Notification;