import 'twin.macro'; interface NumberCellProps { value: Number; rawValue: string; } export function NumberCell(props: NumberCellProps) { return (