UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

6 lines (5 loc) 273 B
import { PipeTransform } from '@angular/core'; import { TccKeyValuePair } from '../../../../../../odata/models/shared.model'; export declare class GetOptionKeyValuePipe implements PipeTransform { transform(option: string | number | TccKeyValuePair): TccKeyValuePair; }