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