UNPKG

gpt-researcher-ui

Version:

GPT Researcher frontend as a React component

7 lines (6 loc) 194 B
interface SubQuestionsProps { metadata: string[]; handleClickSuggestion: (value: string) => void; } declare const SubQuestions: React.FC<SubQuestionsProps>; export default SubQuestions;