Skip to content

Commit 44a5e15

Browse files
committed
Revert "Remove children prop from Pagination"
This reverts commit 6f4b0c9.
1 parent 044c60c commit 44a5e15

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/material-ui-lab/src/Pagination/Pagination.d.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ import { StandardProps } from '@material-ui/core';
33
import { UsePaginationItem } from './usePagination';
44

55
export interface PaginationProps
6-
extends StandardProps<
7-
React.HTMLAttributes<HTMLElement>,
8-
PaginationClassKey,
9-
'onChange' | 'children'
10-
> {
6+
extends StandardProps<React.HTMLAttributes<HTMLElement>, PaginationClassKey, 'onChange'> {
117
/**
128
* Number of always visible pages at the beginning and end.
139
*/

0 commit comments

Comments
 (0)