UNPKG

@kre-form/survey

Version:

10 lines (9 loc) 348 B
import { OnInit, OnChanges, SimpleChanges } from "@angular/core"; import { KreFormFieldConfig } from "@kre-form/core"; export declare class KreSurveySettingRemark implements OnInit, OnChanges { questionField: any; field: KreFormFieldConfig; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; }