UNPKG

@im-ian/react-survey

Version:

2018~2019년에 제작했던 React 설문 모듈입니다. 아카이브 용도로 업로드 되었습니다.

11 lines (9 loc) 218 B
import { ISurveyResult } from './editor'; export interface ISurveyViewer { survey: ISurveyResult; submitButtonOptions?: { text: string; visible: boolean; }; onSubmit?: (data: ISurveyResult) => void; }