Skip to content

Commit

Permalink
Update Pagination.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Apr 16, 2020
1 parent 35d2343 commit 8a3a443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui-lab/src/Pagination/Pagination.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export interface PaginationRenderItemParams extends UsePaginationItem {
size: PaginationProps['size'];
variant: PaginationProps['variant'];
}

export interface PaginationProps
extends UsePaginationProps,
StandardProps<React.HTMLAttributes<HTMLElement>, PaginationClassKey, 'children' | 'onChange'> {
Expand Down

0 comments on commit 8a3a443

Please sign in to comment.