UNPKG

@kre-form/survey

Version:

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