ontimize-web-ngx
Version:
Ontimize Web framework using Angular 15
8 lines (7 loc) • 440 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class OTableRowClassPipe implements PipeTransform {
transform(rowData: any, rowIndex: number, rowClassFn?: (row: any, index: number) => string | string[]): string | string[];
static ɵfac: i0.ɵɵFactoryDeclaration<OTableRowClassPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<OTableRowClassPipe, "oTableRowClass", false>;
}