@ngx-formly/ionic
Version:
Formly is a dynamic (JSON powered) form library for Angular that bring unmatched maintainability to your application's forms.
13 lines (12 loc) • 705 B
TypeScript
import { IonItem, IonLabel } from '@ionic/angular';
import { FieldWrapper, FormlyFieldConfig, FormlyFieldProps as CoreFormlyFieldProps } from '@ngx-formly/core';
import * as i0 from "@angular/core";
export interface FormlyFieldProps extends CoreFormlyFieldProps {
hideRequiredMarker?: boolean;
itemLines?: IonItem['lines'];
labelPosition?: IonLabel['position'];
}
export declare class FormlyWrapperFormField extends FieldWrapper<FormlyFieldConfig<FormlyFieldProps>> {
static ɵfac: i0.ɵɵFactoryDeclaration<FormlyWrapperFormField, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FormlyWrapperFormField, "formly-wrapper-ion-form-field", never, {}, {}, never, never, false, never>;
}