UNPKG

@freezesoul/nz-formly

Version:

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

15 lines (14 loc) 667 B
import { FieldType } from '@ngx-formly/core'; import { SwitchOptions } from './formly.type'; import { NzFormlyFieldConfig } from '@freezesoul/nz-formly/common'; import * as i0 from "@angular/core"; export declare class FormlyFieldSwitchComponent extends FieldType<NzFormlyFieldConfig<SwitchOptions>> { defaultOptions: { props: { nzxCheckedValue: boolean; nzxUnCheckedValue: boolean; }; }; static ɵfac: i0.ɵɵFactoryDeclaration<FormlyFieldSwitchComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FormlyFieldSwitchComponent, "nz-formly-switch-component", never, {}, {}, never, never, false, never>; }