@yoyoboot/l-52abp-ng-form-generator
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.
12 lines (11 loc) • 550 B
TypeScript
import { DynamicComponentBase, IDynamicComponentConfig } from '../../../dynamic-component';
import * as i0 from "@angular/core";
export declare class DRadioConfigComponent extends DynamicComponentBase {
static KEY: string;
constructor();
configChange(config: IDynamicComponentConfig): void;
addRow(): void;
deleteRow(i: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DRadioConfigComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DRadioConfigComponent, "app-d-radio-config", never, {}, {}, never, never>;
}