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.

8 lines (7 loc) 193 B
import { Action } from "survey-core"; export declare function useMatrixAction(props: { item: Action; }, withRow?: boolean): { question: import("vue").ComputedRef<any>; row: any; };