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) 192 B
import { type IAttachKey2clickOptions } from "survey-core"; import type { ObjectDirective } from "vue"; export declare const key2ClickDirective: ObjectDirective<any, IAttachKey2clickOptions>;