UNPKG

ngx-treeview

Version:

An Angular treeview component with checkbox

6 lines (5 loc) 237 B
import { PipeTransform } from '@angular/core'; import { TreeviewItem } from '../models/treeview-item'; export declare class TreeviewPipe implements PipeTransform { transform(objects: any[], textField: string): TreeviewItem[]; }