- GlossaryEntry(props): null | ReactElement<any, string | JSXElementConstructor<any>>
-
Parameters
-
props: GlossaryEntryProps & {
expandedList?: string[];
setExpandedList?: ((newExpandedList) => void);
}
Returns null | ReactElement<any, string | JSXElementConstructor<any>>
NOTE: Exotic components are not callable.