@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
15 lines (14 loc) • 569 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
"use client";
import { Notification as t } from "./Notification.mjs";
import { NotificationGroup as f } from "./NotificationGroup.mjs";
export {
t as Notification,
f as NotificationGroup
};