kanban-view-lib
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0.
10 lines (9 loc) • 472 B
TypeScript
import { CdkDragDrop } from '@angular/cdk/drag-drop';
import * as i0 from "@angular/core";
export declare class KanbanViewComponent {
items: any;
drop(event: CdkDragDrop<string[]>): void;
getTaskBorderClass(task: any): string;
static ɵfac: i0.ɵɵFactoryDeclaration<KanbanViewComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<KanbanViewComponent, "lib-kanban-view", never, { "items": "items"; }, {}, never, never, false, never>;
}