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