UNPKG

ng-devui

Version:

DevUI components based on Angular

9 lines (8 loc) 366 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FilterNodesPipe implements PipeTransform { constructor(); transform(nodes: any, key: any): any; static ɵfac: i0.ɵɵFactoryDeclaration<FilterNodesPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<FilterNodesPipe, "filterNodesPipe", false>; }