UNPKG

@notiz/formly-tailwindcss

Version:
14 lines (13 loc) 711 B
import { TemplateRef } from '@angular/core'; import { FieldWrapper, FormlyFieldConfig, FormlyFieldProps } from '@ngx-formly/core'; import * as i0 from "@angular/core"; export interface WrapperFieldProps extends FormlyFieldProps { hideLabel?: boolean; hideRequiredMarker?: boolean; hintStart?: TemplateRef<any> | string; hintEnd?: TemplateRef<any> | string; } export declare class FormlyTailwindWrapperFormField extends FieldWrapper<FormlyFieldConfig<WrapperFieldProps>> { static ɵfac: i0.ɵɵFactoryDeclaration<FormlyTailwindWrapperFormField, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FormlyTailwindWrapperFormField, "formly-field", never, {}, {}, never, never, true, never>; }