UNPKG

survey-react-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.

13 lines (12 loc) 569 B
import * as React from "react"; import { QuestionFileModel } from "survey-core"; import { SurveyQuestionElementBase } from "./reactquestion_element"; export declare class SurveyQuestionFile extends SurveyQuestionElementBase { constructor(props: any); protected get question(): QuestionFileModel; protected renderElement(): React.JSX.Element; protected renderFileDecorator(): React.JSX.Element; protected renderPreview(): React.JSX.Element; protected renderLoadingIndicator(): React.JSX.Element; protected renderVideo(): React.JSX.Element; }