We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
children
1 parent 044c60c commit 44a5e15Copy full SHA for 44a5e15
packages/material-ui-lab/src/Pagination/Pagination.d.ts
@@ -3,11 +3,7 @@ import { StandardProps } from '@material-ui/core';
3
import { UsePaginationItem } from './usePagination';
4
5
export interface PaginationProps
6
- extends StandardProps<
7
- React.HTMLAttributes<HTMLElement>,
8
- PaginationClassKey,
9
- 'onChange' | 'children'
10
- > {
+ extends StandardProps<React.HTMLAttributes<HTMLElement>, PaginationClassKey, 'onChange'> {
11
/**
12
* Number of always visible pages at the beginning and end.
13
*/
0 commit comments