We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6185d commit a2ab8fbCopy full SHA for a2ab8fb
src/BootstrapTable.js
@@ -1437,10 +1437,10 @@ BootstrapTable.propTypes = {
1437
noDataText: PropTypes.oneOfType([ PropTypes.string, PropTypes.object ]),
1438
withoutNoDataText: React.PropTypes.bool,
1439
handleConfirmDeleteRow: PropTypes.func,
1440
- prePage: PropTypes.string,
1441
- nextPage: PropTypes.string,
1442
- firstPage: PropTypes.string,
1443
- lastPage: PropTypes.string,
+ prePage: PropTypes.any,
+ nextPage: PropTypes.any,
+ firstPage: PropTypes.any,
+ lastPage: PropTypes.any,
1444
prePageTitle: PropTypes.string,
1445
nextPageTitle: PropTypes.string,
1446
firstPageTitle: PropTypes.string,
0 commit comments