Skip to content

Commit

Permalink
Remove children prop from Pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdstel committed Mar 2, 2020
1 parent 770f5b9 commit 6f4b0c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/material-ui-lab/src/Pagination/Pagination.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ import { StandardProps } from '@material-ui/core';
import { UsePaginationItem } from './usePagination';

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

0 comments on commit 6f4b0c9

Please sign in to comment.