@syncfusion/ej2-kanban
Version:
The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing.
15 lines (13 loc) • 459 B
TypeScript
/*!
* filename: index.d.ts
* version : 34.1.30
* Copyright Syncfusion Inc. 2001 - 2025. 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 _kanban from '@syncfusion/ej2-kanban';
export declare namespace ej {
const kanban: typeof _kanban;
}