@yoyoboot/l-52abp-ng-form-generator
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.
14 lines (13 loc) • 689 B
TypeScript
import { OnInit } from '@angular/core';
import { DataPointDataType, DynamicComponentBase, IDynamicComponentConfig } from '../../../dynamic-component';
import * as i0 from "@angular/core";
export declare class DConBooleanConfigComponent extends DynamicComponentBase implements OnInit {
static KEY: string;
dataType: typeof DataPointDataType;
constructor();
ngOnInit(): void;
configChange(config: IDynamicComponentConfig): void;
change(val: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DConBooleanConfigComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DConBooleanConfigComponent, "app-d-con-boolean-config", never, {}, {}, never, never>;
}