Skip to content

Commit

Permalink
Revert "Remove children prop from Pagination"
Browse files Browse the repository at this point in the history
This reverts commit 6f4b0c9.
  • Loading branch information
mbrookes committed Mar 4, 2020
1 parent 044c60c commit 44a5e15
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/material-ui-lab/src/Pagination/Pagination.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ import { StandardProps } from '@material-ui/core';
import { UsePaginationItem } from './usePagination';

export interface PaginationProps
extends StandardProps<
React.HTMLAttributes<HTMLElement>,
PaginationClassKey,
'onChange' | 'children'
> {
extends StandardProps<React.HTMLAttributes<HTMLElement>, PaginationClassKey, 'onChange'> {
/**
* Number of always visible pages at the beginning and end.
*/
Expand Down

0 comments on commit 44a5e15

Please sign in to comment.