UNPKG

quill-component-library

Version:
11 lines (10 loc) 392 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[][]; render(): JSX.Element; } export { QuestionListByConcept };