import { useConceptTheme } from '../../context/ThemeContext'; import { prefixes } from '../../utils/constants'; import { getCstClassColor, mapCstClassInfo } from '../../utils/staticUI'; interface InfoCstClassProps { title?: string } function InfoCstClass({ title }: InfoCstClassProps) { const { colors } = useConceptTheme(); return (
{info.text} - {info.tooltip}
); })}