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.
11 lines (10 loc) • 541 B
TypeScript
import { ItemValue, QuestionSliderModel } from "survey-core";
import { BaseAngular } from "../../base-angular";
import * as i0 from "@angular/core";
export declare class SliderLabelItemComponent extends BaseAngular {
model: QuestionSliderModel;
item: ItemValue;
getModel(): ItemValue;
static ɵfac: i0.ɵɵFactoryDeclaration<SliderLabelItemComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SliderLabelItemComponent, "sv-ng-slider-label-item", never, { "model": "model"; "item": "item"; }, {}, never, never>;
}