UNPKG

@freezesoul/nz-formly

Version:

基于ng-zorro-antd UI 扩展的ngx-formly组件库

18 lines (17 loc) 756 B
import { FieldType } from '@ngx-formly/core'; import { FormlyBoxTemplates } from '@freezesoul/nz-formly/common'; import * as i0 from "@angular/core"; export declare class FormlyFieldButtonComponent extends FieldType { fieldTemplates: FormlyBoxTemplates; defaultOptions: { props: { nzSize: string; type: string; }; }; constructor(fieldTemplates: FormlyBoxTemplates); get hasText(): boolean; get text(): import("@angular/core").TemplateRef<any> | undefined; static ɵfac: i0.ɵɵFactoryDeclaration<FormlyFieldButtonComponent, [{ optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<FormlyFieldButtonComponent, "nz-formly-button", never, {}, {}, never, never, false, never>; }