element-plus
Version:
A Component Library for Vue 3
7 lines (6 loc) • 327 B
TypeScript
import type { VNode } from 'vue';
import type { NotificationOptions, Notify } from './notification';
export declare function close(id: string, position: NotificationOptions['position'], userOnClose?: (vm: VNode) => void): void;
export declare function closeAll(): void;
declare const _default: Notify;
export default _default;