Skip to content

Commit

Permalink
Update packages/material-ui-lab/src/Pagination/usePagination.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Olivier Tassinari <olivier.tassinari@gmail.com>
  • Loading branch information
eps1lon and oliviertassinari authored Mar 3, 2020
1 parent a26e9e7 commit 35011cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-lab/src/Pagination/usePagination.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useControlled } from '@material-ui/core/utils';

export default function usePagination(props = {}) {
// keep default values in sync with @defaul tags in Pagination.propTypes
// keep default values in sync with @default tags in Pagination.propTypes
const {
boundaryCount: boundaryCountProp = 1,
componentName = 'usePagination',
Expand Down

0 comments on commit 35011cb

Please sign in to comment.