@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
10 lines • 690 B
TypeScript
import { TenantCustomPropertyField } from '../custom-properties.service';
import { FormGroup } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class CustomPropertyFieldComponent {
fieldDefinition: TenantCustomPropertyField;
form: FormGroup;
static ɵfac: i0.ɵɵFactoryDeclaration<CustomPropertyFieldComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CustomPropertyFieldComponent, "c8y-custom-property-field", never, { "fieldDefinition": { "alias": "fieldDefinition"; "required": false; }; "form": { "alias": "form"; "required": false; }; }, {}, never, never, true, never>;
}
//# sourceMappingURL=custom-property-field.component.d.ts.map