pointerEvent.d.ts 93 B

123
  1. declare function pointerEvent(type: 'down' | 'move' | 'up'): string;
  2. export = pointerEvent;