UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

10 lines (9 loc) 328 B
import { PipeTransform } from '@angular/core'; export declare class TccTruncateTextPipe implements PipeTransform { transform(text: string, target: number, style?: { font?: string; fontsize?: string; fontweight?: string; }): string; checkSpace(text: any, target: any, context: any): string; }