UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

5 lines (4 loc) 193 B
import { PipeTransform } from '@angular/core'; export declare class GetElementWidthByStringPipe implements PipeTransform { transform(widthString: string, siblingsCount: number): unknown; }