quill-component-library
Version:
A library for components shared between Quill apps.
11 lines (10 loc) • 392 B
TypeScript
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 };