UNPKG

@angular-generic-table/core

Version:
6 lines (5 loc) 296 B
import { PipeTransform } from '@angular/core'; import { GtInformation } from '../interfaces/gt-information'; export declare class GtFilterPipe implements PipeTransform { transform(allRows: any[], filterBy: Object, gtInfo: GtInformation, refreshFilter: boolean, refreshData: number): any[]; }