@ctodev/cclibrary-typings
Version:
Library typings for use with CLARC INFINITY
9 lines (8 loc) • 391 B
TypeScript
import { PipeTransform } from '@angular/core';
import { TccInputMask } from '../../../models/inputMask.model';
export declare class GetCollectionRowIndexPipe implements PipeTransform {
transform(rowElement: TccInputMask.RowElement, section: TccInputMask.SectionElement, rowElementChildrenLength: number): {
currIndex: number;
lastCollectionElementIndex: number;
};
}