import React from 'react'; import { ICellProps } from '../index'; export default function ValueAggregate({ cell: { value } }: ICellProps) { return {value} Values ; }