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