UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

8 lines (7 loc) 378 B
import { QueryList } from '@angular/core'; import { TccExpansionPanelIconsComponent } from '../../components/tcc-expansion-panel-icons/tcc-expansion-panel-icons.component'; export declare class TccExpansionPanelIconControllerDirective { panelIcons: QueryList<TccExpansionPanelIconsComponent>; constructor(); toggleIcons(togglestate: boolean, index: number): void; }