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 GetObjectByValueMemberPipe implements PipeTransform { transform(value: any, ...args: any[]): any; }