UNPKG

ng-hub-ui-board

Version:

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

8 lines (7 loc) 350 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class InvertColorPipe implements PipeTransform { transform(hex: string, bw: boolean): unknown; static ɵfac: i0.ɵɵFactoryDeclaration<InvertColorPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<InvertColorPipe, "invertColor", true>; }