import React, { Component } from 'react'; import { Resizable } from 'react-resizable'; function Resizecell({ onResize, onResizeStop, width, onClick, ...restProps }) { return ( ); } export default Resizecell;