cfc-ds
Version:
Design System do Conselho Federal de Contabilidade baseado no govbr-ds
12 lines (11 loc) • 542 B
TypeScript
import { ChangeDetectorRef } from '@angular/core';
import { ComponentType } from '../../models/components.model';
import * as i0 from "@angular/core";
export declare class TestPageComponent {
private cdr;
selectedComponent: ComponentType;
constructor(cdr: ChangeDetectorRef);
onSelectComponent(component: ComponentType): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TestPageComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TestPageComponent, "cfc-test-page", never, {}, {}, never, never, false, never>;
}