UNPKG

survey-vue3-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.

6 lines (5 loc) 161 B
import type { QuestionSliderModel, ItemValue } from "survey-core"; export interface ISliderItemProps { question: QuestionSliderModel; item: ItemValue; }