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.

14 lines (13 loc) 703 B
import { NzMessageService } from 'ng-zorro-antd/message'; import { NzUploadChangeParam } from 'ng-zorro-antd/upload'; import { DynamicComponentBase, IDynamicComponentConfig } from '../../../dynamic-component'; import * as i0 from "@angular/core"; export declare class DUploadfileComponent extends DynamicComponentBase { private msg; static KEY: string; constructor(msg: NzMessageService); configChange(config: IDynamicComponentConfig): void; handleChange(info: NzUploadChangeParam): void; static ɵfac: i0.ɵɵFactoryDeclaration<DUploadfileComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DUploadfileComponent, "app-d-uploadfile", never, {}, {}, never, never>; }