UNPKG

cfc-ui-test

Version:

Design System do Conselho Federal de Contabilidade baseado no govbr-ds

12 lines (11 loc) 593 B
import { ChangeDetectorRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ComponentsListComponent { private cdr; selectedComponent: EventEmitter<string>; componentList: string[]; constructor(cdr: ChangeDetectorRef); onSelectComponent(componentName: string): void; static ɵfac: i0.ɵɵFactoryDeclaration<ComponentsListComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ComponentsListComponent, "cfc-components-list", never, {}, { "selectedComponent": "selectedComponent"; }, never, never, false, never>; }