New: Update Frontend Packages

This commit is contained in:
Qstick 2019-08-04 20:44:34 -04:00
parent 03aceb3568
commit c673058a10
24 changed files with 1313 additions and 1076 deletions

View file

@ -113,7 +113,7 @@ Table.propTypes = {
className: PropTypes.string,
selectAll: PropTypes.bool.isRequired,
columns: PropTypes.arrayOf(PropTypes.object).isRequired,
optionsComponent: PropTypes.func,
optionsComponent: PropTypes.elementType,
pageSize: PropTypes.number,
canModifyColumns: PropTypes.bool,
children: PropTypes.node,