element-plus
Version:
> TODO: description
6 lines (5 loc) • 311 B
TypeScript
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;