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.

12 lines (11 loc) 368 B
import * as React from "react"; export declare class SurveyLocStringEditor extends React.Component<any, any> { constructor(props: any); private get locStr(); private get style(); componentDidMount(): void; componentWillUnmount(): void; onInput: (event: any) => void; onClick: (event: any) => void; render(): React.JSX.Element | null; }