UNPKG

@angular-generic-table/core

Version:
6 lines (5 loc) 256 B
import { PipeTransform } from '@angular/core'; import { GtConfigField } from '../interfaces/gt-config-field'; export declare class GtRowClassPipe implements PipeTransform { transform(array: Array<any>, gtFields: Array<GtConfigField<any, any>>): any; }