export const defaultTouchEventOptions = { touches: [ { pageX: 0, pageY: 0, }, ], }; export const DRAG_DELAY = 0;