@kbss-cvut/s-forms
Version:
Semantic forms generator and processor
11 lines (10 loc) • 1.45 kB
TypeScript
export default class QuestionStatic {
static renderIcons(question: any, options: any, onCommentChange: any, showIcon: any, intl: any, hintRevealed: any, onHintReveal: any): import("react/jsx-runtime").JSX.Element;
static renderQuestionHelp(question: any, options: any, onCommentChange: any, showIcon: any, intl: any): import("react/jsx-runtime").JSX.Element | null | undefined;
static renderQuestionComments: (question: any, options: any, onCommentChange: any, showIcon: any, intl: any) => import("react/jsx-runtime").JSX.Element | null | undefined;
static renderQuestionLink(question: any, options: any, onCommentChange: any, showIcon: any, intl: any): import("react/jsx-runtime").JSX.Element | null | undefined;
static renderQuestionHint(question: any, options: any, onCommentChange: any, showIcon: any, intl: any, hintRevealed: any, onHintReveal: any): import("react/jsx-runtime").JSX.Element | null | undefined;
static getIconComponentFromName(iconName: any, question: any, options: any, onCommentChange: any, showIcon: any, intl: any, hintRevealed: any, onHintReveal: any): import("react/jsx-runtime").JSX.Element | null | undefined;
static getIconFromIconList: (iconList: any, iconName: any) => any;
static getIconComponent(icon: any, question: any, options: any, onCommentChange: any, showIcon: any, intl: any, hintRevealed: any, onHintReveal: any): import("react/jsx-runtime").JSX.Element | null | undefined;
}