Searched refs:enableZoomGestures (Results 1 – 7 of 7) sorted by relevance
14 const [enableZoomGestures, setEnableZoomGestures] = useState<boolean>(false);24 enableZoomGestures={enableZoomGestures}44 value={enableZoomGestures}45 onValueChange={() => setEnableZoomGestures(!enableZoomGestures)}
158 enableZoomGestures: boolean;
38 enableZoomGestures: true,
138 enableZoomGestures: boolean;
26 enableZoomGestures: true, property
1 …ue` zoom gestures are enabled.\n *\n * @default true\n */\n enableZoomGestures: boolean;\n}…
1 …e,\n enableScrollGestures: true,\n enableTiltGestures: false,\n enableZoomGestures: true,\n in…