@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
13 lines • 683 B
TypeScript
import { EnvironmentProviders, OnInit } from '@angular/core';
import { FieldWrapper } from '@ngx-formly/core';
import * as i0 from "@angular/core";
export declare const wrapperFormFieldConfig: () => EnvironmentProviders;
export declare class WrapperFormField extends FieldWrapper implements OnInit {
maxHelpBlockLength: number;
showDescriptionAsPopup: boolean;
smallFormGroup: boolean;
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<WrapperFormField, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<WrapperFormField, "c8y-wrapper-form-field", never, {}, {}, never, never, true, never>;
}
//# sourceMappingURL=form-field.wrapper.component.d.ts.map