UNPKG

survey-creator-react

Version:

A white-label drag-and-drop form builder for React that lets you design complex, interactive forms and surveys without writing code. It generates JSON schemas used by the SurveyJS Form Library to render dynamic forms in your React app.

9 lines (8 loc) 406 B
import * as React from "react"; import { ISurveyCreator, SurveyQuestionElementBase } from "survey-react-ui"; import { QuestionEmbeddedSurveyModel } from "survey-creator-core"; export declare class SurveyElementEmbeddedSurvey extends SurveyQuestionElementBase { protected get embeddedSurvey(): QuestionEmbeddedSurveyModel; protected get creator(): ISurveyCreator; render(): React.JSX.Element; }