UNPKG

react-zoom-pan-pinch

Version:
16 lines (10 loc) 328 B
import { Meta } from "@storybook/addon-docs/blocks"; <Meta title="Hooks/useTransformContext" /> # useTransformContext Use the direct access to the `Zoom-Pan-Pinch instance` and create your own hooks and logic with ease. ### Example ```tsx // Simple access to the context instance const context = useTransformContext(); ```