Documentation
    Preparing search index...

    Type Alias UseStopPlayback

    Properties exposed by the useStopPlayback hook.

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

    Stops the current playback.