UNPKG

@kre-form/ant

Version:

11 lines (10 loc) 298 B
import { OnInit } from "@angular/core"; import { KreFormFieldConfig } from "@kre-form/core"; export declare class KreFormDSFieldLabel implements OnInit { formField: any; field: KreFormFieldConfig; constructor(); ngOnInit(): void; submitForm(): void; checkSave(): boolean; }