UNPKG

ng-hub-ui-board

Version:

An Angular-based Kanban board component with Trello-like drag-and-drop, customizable columns, and straightforward event handling.

5 lines (4 loc) 78 B
export interface ReachedEndEvent<T = any> { index: number; data: T; }