Skip to content

Commit

Permalink
Merge branch '20578_Pagination_Missing_renderItem_types' of https://g…
Browse files Browse the repository at this point in the history
…ithub.com/ankitasingh170190/material-ui into 20578_Pagination_Missing_renderItem_types
  • Loading branch information
ankitagcpat committed Apr 16, 2020
2 parents c2bf107 + 8a3a443 commit 87b747a
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 87b747a

Please sign in to comment.