@syncfusion/ej2-notifications
Version:
A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users.
15 lines (13 loc) • 487 B
TypeScript
/*!
* filename: index.d.ts
* version : 29.1.33
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
* Use of this code is subject to the terms of our license.
* A copy of the current license can be obtained at any time by e-mailing
* licensing@syncfusion.com. Any infringement will be prosecuted under
* applicable laws.
*/
import * as _notifications from '@syncfusion/ej2-notifications';
export declare namespace ej {
const notifications: typeof _notifications;
}