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.
2 parents 765cee5 + c20d469 commit 57052e0Copy full SHA for 57052e0
src/react-elastic-carousel/index.d.ts
@@ -8,7 +8,7 @@ type RenderArrowProps = {
8
9
type RenderPaginationProps = {
10
pages: number;
11
- activatePage: number;
+ activePage: number;
12
// The onClick event that sets the state of the carousel and sends
13
// it to a specific page.
14
onClick: (indicatorId: string) => void;
0 commit comments