UNPKG

ngx-mat-cdk

Version:

Extra Components for Angular Material including Filters,Drag Drop File, MatSelect Mobile Version

5 lines (4 loc) 176 B
import { PipeTransform } from '@angular/core'; export declare class TrueFalseFilterPipe implements PipeTransform { transform(value: boolean, ...args: any[]): string; }