UNPKG

@freezesoul/nz-formly

Version:

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

21 lines (20 loc) 787 B
import { FieldType } from '@ngx-formly/core'; import * as i0 from "@angular/core"; export declare class FormlyFieldBetweenInputComponent extends FieldType { defaultOptions: { props: { nzxSize: string; nzxType: string; nzxStartPlaceholder: string; nzxEndPlaceholder: string; nzxStartMax: number; nzxEndMax: number; nzxStartMin: number; nzxEndMin: number; nzxStarStep: number; nzxEndStep: number; }; }; static ɵfac: i0.ɵɵFactoryDeclaration<FormlyFieldBetweenInputComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FormlyFieldBetweenInputComponent, "nz-formly-select-component", never, {}, {}, never, never, false, never>; }