Skip to main content
Go to Latest
type alias PointerEventsProperty
import { type PointerEventsProperty } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";
definition:
| "all"
| "auto"
| "fill"
| "inherit"
| "none"
| "painted"
| "stroke"
| "visible"
| "visibleFill"
| "visiblePainted"
| "visibleStroke"