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 309dfbb commit f9ba992Copy full SHA for f9ba992
index.d.ts
@@ -114,7 +114,7 @@ export interface BiggerPictureInstance {
114
/** Changes to previous item in gallery. */
115
prev: () => void
116
/** Changes to `position` item in gallery (zero-indexed). */
117
- setPosition: (options: { position: number }) => void
+ setPosition: (position: number) => void
118
/** Array of all items in currently active gallery */
119
items: item[]
120
/** Gallery target */
0 commit comments