/** * @file * @copyright 2020 Aleksej Komarov * @license MIT */ import { Table } from './Table'; import { pureComponentHooks } from 'common/react'; /** @deprecated */ export const Grid = (props) => { const { children, ...rest } = props; return (