Skip to content

Commit 1a7cb8a

Browse files
committed
Merge branch 'master' of github.com:prc5/react-zoom-pan-pinch
2 parents 0173d7c + 23fc477 commit 1a7cb8a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Do you like this library? Try out other projects
4141

4242
#### Sources
4343

44-
- [Demo](https://prc5.github.io/react-zoom-pan-pinch/?path=/story/examples-big-image--big-image)
45-
- [Docs](https://prc5.github.io/react-zoom-pan-pinch/?path=/story/docs-props--page)
44+
- [Demo](https://BetterTyped.github.io/react-zoom-pan-pinch/?path=/story/examples-big-image--big-image)
45+
- [Docs](https://BetterTyped.github.io/react-zoom-pan-pinch/?path=/story/docs-props--page)
4646

4747
## Key Features
4848

src/stories/docs/props.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ export const wrapperPropsTable: ComponentProps = {
492492
},
493493
onTransformed: {
494494
type: [
495-
"(ref: ReactZoomPanPinchRef, scale: number, positionX: number, positionY: number ) => void",
495+
"(ref: ReactZoomPanPinchRef, state: { scale: number; positionX: number; positionY: number } ) => void",
496496
],
497497
defaultValue: "undefined",
498498
description: "Callback fired when on each transform",

0 commit comments

Comments
 (0)