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.

16 lines (15 loc) 516 B
import * as React from "react"; export declare class SurveyLocStringViewer extends React.Component<any, any> { constructor(props: any); private rootRef; private get locStr(); private get style(); componentDidMount(): void; componentWillUnmount(): void; componentDidUpdate(prevProps: any, prevState: any): void; private isRendering; private onChangedHandler; private reactOnStrChanged; render(): React.JSX.Element | null; protected renderString(): React.JSX.Element; }