UNPKG

quill-component-library

Version:
12 lines (11 loc) 452 B
import React from 'react'; declare class QuestionListByConcept extends React.Component<any, any> { constructor(props: any); renderLabel(concept: any): JSX.Element; renderQuestionLinks(questions: any): any; renderConceptWithQuestions(questions: any, label: any): any[]; mapConceptsToList(): any[][]; renderQuestionsWithoutValidKey(): any[] | JSX.Element; render(): JSX.Element; } export { QuestionListByConcept };