UNPKG

cfc-ds

Version:

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

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