UNPKG

ngx-mat-cdk

Version:

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

6 lines (5 loc) 195 B
import { PipeTransform } from '@angular/core'; export declare class SeparateThreeCommaPipe implements PipeTransform { numberWithCommas(x: any): any; transform(value: any): string; }