@syncfusion/ej2-navigations
Version:
A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another
15 lines (13 loc) • 478 B
TypeScript
/*!
* filename: index.d.ts
* version : 30.2.5
* 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 _navigations from '@syncfusion/ej2-navigations';
export declare namespace ej {
const navigations: typeof _navigations;
}