UNPKG

@yoyoboot/l-52abp-ng-form-generator

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.

20 lines (19 loc) 798 B
import { AfterViewInit, OnDestroy } from '@angular/core'; import { DynamicComponentBase, IDynamicComponentConfig } from '../../../dynamic-component'; import * as i0 from "@angular/core"; export declare class DUeditorComponent extends DynamicComponentBase implements AfterViewInit, OnDestroy { editerDom: any; value: string; ueditorConfig: Record<string, unknown>; loading: string; delay: number; static KEY: string; editor: any; constructor(); ngOnDestroy(): void; ngAfterViewInit(): void; configChange(config: IDynamicComponentConfig): void; createEditor(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DUeditorComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DUeditorComponent, "app-d-ueditor", never, {}, {}, never, never>; }