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.
1 parent a813aae commit b3faea3Copy full SHA for b3faea3
src/lib/pagination/standard.tsx
@@ -93,8 +93,7 @@ const RightArrow = styled(ArrowButton)`
93
interface StandardPaginationProps {
94
currentPage: number;
95
numPages: number;
96
- //eslint-disable-next-line @typescript-eslint/ban-types
97
- callback: Function;
+ callback: (newPage: number) => void;
98
className?: string;
99
disableNumbers?: boolean;
100
hideNumbers?: boolean;
0 commit comments