import { PipeTransform } from '@angular/core'; import { DropDownItem } from '../models/drop-down-item.interface'; import * as i0 from "@angular/core"; /** * Client ASC sort * In order to sort our dropdown items ASC. * NOTE should be used when the given dropdown items are from client and not server side. */ export declare class AscSortPipe implements PipeTransform { transform(dropDownItems: DropDownItem[], allowSorting: boolean): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } //# sourceMappingURL=drop-down-asc-sort.pipe.d.ts.map