Skip to content

Commit

Permalink
Merge branch 'master' of github.com:prc5/react-zoom-pan-pinch
Browse files Browse the repository at this point in the history
  • Loading branch information
prc5 committed Oct 13, 2023
2 parents 0173d7c + 23fc477 commit 1a7cb8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Do you like this library? Try out other projects

#### Sources

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

## Key Features

Expand Down
2 changes: 1 addition & 1 deletion src/stories/docs/props.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ export const wrapperPropsTable: ComponentProps = {
},
onTransformed: {
type: [
"(ref: ReactZoomPanPinchRef, scale: number, positionX: number, positionY: number ) => void",
"(ref: ReactZoomPanPinchRef, state: { scale: number; positionX: number; positionY: number } ) => void",
],
defaultValue: "undefined",
description: "Callback fired when on each transform",
Expand Down

0 comments on commit 1a7cb8a

Please sign in to comment.