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.

4 lines (3 loc) 248 B
import type { ItemValue, QuestionSelectBase } from "survey-core"; import { type Ref } from "vue"; export declare function useSelectBaseItem(getItem: () => ItemValue, getQuestion: () => QuestionSelectBase, root: Ref<HTMLElement | undefined>): void;