Skip to main content
Go to Latest
type alias TouchActionProperty
import { type TouchActionProperty } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";
definition:
| "-ms-manipulation"
| "-ms-none"
| "-ms-pinch-zoom"
| "auto"
| "manipulation"
| "none"
| "pan-down"
| "pan-left"
| "pan-right"
| "pan-up"
| "pan-x"
| "pan-y"
| "pinch-zoom"
| string