UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

11 lines (10 loc) 450 B
import { PipeTransform } from '@angular/core'; import { TccInputMask } from '../../../models/inputMask.model'; export interface rowButtonPipeOptions extends TccInputMask.rowButtonOptions { id: string; connectedTo?: string; } export declare class GetRowButtonsPipe implements PipeTransform { transform(row: TccInputMask.RowElement, section: TccInputMask.SectionElement): rowButtonPipeOptions[]; private rowContainsCollectionElement; }