/** * Модуль оповещений * ------------------------- * Показывает оповещение на странице * * @module Notification */ export { Notification } from './notification'; export { NotificationEvents } from './events'; export type { NotificationInitConfig, NotificationParams, NotificationConfig } from './types';