@ctodev/cclibrary-typings
Version:
Library typings for use with CLARC INFINITY
7 lines (6 loc) • 316 B
TypeScript
import { PipeTransform } from '@angular/core';
import { TopNavLeaf } from './tcc-top-navbar.component';
import { TopNavSelectOption } from './tcc-top-navbar.component';
export declare class getSelectedLeafOption implements PipeTransform {
transform(leaf: TopNavLeaf, selectedName: string): TopNavSelectOption;
}