### Cinema Example Setup Source: https://github.com/bettertyped/react-zoom-pan-pinch/blob/master/src/stories/examples/cinema/cinema.stories.mdx Imports necessary components and types for the Cinema example. This setup is required to render the interactive cinema hall. ```javascript import { Meta, Story, ArgsTable, Canvas } from "@storybook/blocks"; import { TransformWrapper } from "../../../components"; import { argsTypes } from "../../types/args.types.ts"; import { Example } from "./example"; export const Template = (args) => ; # Cinema Zoom, pan, and click on any available seat to focus on it. Use the controls or pinch / scroll to navigate the hall.
### Preview: {(args) =>