import { prefixes } from '../../utils/constants'; import { mapStatusInfo } from '../../utils/staticUI'; interface InfoCstStatusProps { title?: string } function InfoCstStatus({ title }: InfoCstStatusProps) { return (
{info.text} - {info.tooltip}
); })}