import { TouchSensor } from "https://deno.land/x/netzo@0.4.72/deps/@dnd-kit/core.ts";
Constructors
new
TouchSensor(props: PointerSensorProps)Static Properties
activators: { eventName: "onTouchStart"; handler: (unnamed 0: TouchEvent, unnamed 1: TouchSensorOptions) => boolean; }[]
Static Methods
setup(): () => void