import {TableProps} from 'react-table'; type TableProps = Partial & { showLoadingState?: boolean };