@iplab/ngx-color-picker
Version:
> Pure Angular color picker library.
8 lines (7 loc) • 345 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ReversePipe implements PipeTransform {
transform(arr: Array<any>, isReversed?: boolean): any[];
static ɵfac: i0.ɵɵFactoryDeclaration<ReversePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<ReversePipe, "reverse", true>;
}