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.

8 lines (7 loc) 250 B
import * as React from "react"; export declare class TitleElement extends React.Component<any, any> { constructor(props: any); private get element(); renderTitleExpandableSvg(): React.JSX.Element; render(): React.JSX.Element | any; }