import { type Property } from "https://deno.land/x/pagic@v1.6.1/cdn.pagic.org/csstype@3.0.3/index.d.ts";
const { TouchAction } = Property;
definition:
| Globals
| "-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 & { })