UNPKG

@kbss-cvut/s-forms

Version:

Semantic forms generator and processor

10 lines (9 loc) 356 B
export default QuestionCommentIcon; declare function QuestionCommentIcon(props: any): import("react/jsx-runtime").JSX.Element; declare namespace QuestionCommentIcon { namespace propTypes { let question: PropTypes.Validator<object>; let onChange: PropTypes.Validator<(...args: any[]) => any>; } } import PropTypes from "prop-types";