UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

13 lines (12 loc) 412 B
import { PipeTransform } from '@angular/core'; import { TccET_Log } from '../../../odata'; export declare namespace tccGetState { interface returnVal { Icon: string; IconColor: string; } } export declare class TccGetStatePipe implements PipeTransform { transform(Log: TccET_Log.Log | TccET_Log.Log[], getIcon?: boolean): string | tccGetState.returnVal; private getStateFromLog; }