UNPKG

igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

11 lines (10 loc) 437 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class IgxTickLabelsPipe implements PipeTransform { transform(labels: Array<string | number | boolean | null | undefined>, secondaryTicks: number): any[]; static ɵfac: i0.ɵɵFactoryDeclaration<IgxTickLabelsPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<IgxTickLabelsPipe, "spreadTickLabels", true>; }