UNPKG

@kre-form/survey

Version:

8 lines (7 loc) 254 B
import { OnInit, OnChanges, SimpleChanges } from "@angular/core"; export declare class KreSurveyFirstPage implements OnInit, OnChanges { firstpage: any; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; }