UNPKG

@progress/kendo-react-notification

Version:

React Notification renders a message to the user with information about the status of an app process. KendoReact Notification package

11 lines (10 loc) 653 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { Notification, NotificationProps, NotificationEvent } from './Notification.js'; import { NotificationGroup, NotificationGroupProps } from './NotificationGroup.js'; export { Notification, NotificationProps, NotificationEvent, NotificationGroup, NotificationGroupProps };