UNPKG

@iplab/ngx-color-picker

Version:
8 lines (7 loc) 329 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ChunksPipe implements PipeTransform { transform(arr: any, chunkSize: number): any; static ɵfac: i0.ɵɵFactoryDeclaration<ChunksPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<ChunksPipe, "chunks", true>; }