survey-angular-ui
Version:
survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.
14 lines (13 loc) • 642 B
TypeScript
import { Base, SurveyTimerModel } from "survey-core";
import { BaseAngular } from "../../base-angular";
import * as i0 from "@angular/core";
export declare class TimerPanelComponent extends BaseAngular<SurveyTimerModel> {
model: SurveyTimerModel;
private readonly circleLengthValue;
protected getStateElement(): Base;
protected getModel(): SurveyTimerModel;
get circleLength(): number;
get progress(): number;
static ɵfac: i0.ɵɵFactoryDeclaration<TimerPanelComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TimerPanelComponent, "sv-timerpanel", never, { "model": "model"; }, {}, never, never>;
}