@resee-movies/utilities - v1.1.0
    Preparing search index...

    Type Alias DetectSwipeEventReturn

    The object returned by the detectSwipeEvent function.

    type DetectSwipeEventReturn = {
        stop: () => void;
    }
    Index

    Properties

    Properties

    stop: () => void

    Detach the event listeners from the swipe target.