ngx-easy-table
Version:
Angular easy table
8 lines • 368 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class RenderPipe implements PipeTransform {
transform(row: any, key: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<RenderPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<RenderPipe, "render", false>;
}
//# sourceMappingURL=render-pipe.d.ts.map