/** * This is re-exporting Touch interface from DOM interfaces to avoid collision between native Touch and TouchController Touch */ export type DomTouch = Touch;