@kbss-cvut/s-forms
Version:
Semantic forms generator and processor
10 lines (9 loc) • 1.06 kB
TypeScript
export default class QuestionStatic {
static renderIcons(question: any, options: any, onCommentChange: any, showIcon: any): import("react/jsx-runtime").JSX.Element;
static renderQuestionHelp(question: any, options: any, onCommentChange: any, showIcon: any): import("react/jsx-runtime").JSX.Element | null | undefined;
static renderQuestionComments: (question: any, options: any, onCommentChange: any, showIcon: any) => import("react/jsx-runtime").JSX.Element | null | undefined;
static renderQuestionLink(question: any, options: any, onCommentChange: any, showIcon: any): import("react/jsx-runtime").JSX.Element | null | undefined;
static getIconComponentFromName(iconName: any, question: any, options: any, onCommentChange: any, showIcon: 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): import("react/jsx-runtime").JSX.Element | null | undefined;
}