import 'twin.macro'; import DOMPurify from 'dompurify'; interface StringCellProps { value: string; formattedValue: string; rawValue: string; } export function StringCell(props: StringCellProps) { return (