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