UNPKG

survey-core

Version:

A framework-independent core of the SurveyJS Form Library that works with rendering packages. Use it to integrate dynamic, interactive JSON-based forms and surveys into your app, collect user responses, and send them to your own database.

11 lines (10 loc) 501 B
export * from "./model"; export * from "../../src/svgbundle"; export * from "../../src/rendererFactory"; export * from "../../src/utils/responsivity-manager"; export { unwrap, getOriginalEvent, getElement, activateLazyRenderingChecks } from "../../src/utils/utils"; export * from "../../src/actions/action"; export * from "../../src/utils/animation"; export * from "../../src/actions/adaptive-container"; export * from "../../src/actions/container"; export * from "../../src/utils/dragOrClickHelper";