Hiyve Components - v1.0.0
    Preparing search index...

    Interface UseAudioPassthroughResult

    interface UseAudioPassthroughResult {
        isActive: boolean;
        toggle: () => Promise<void>;
    }
    Index

    Properties

    Properties

    isActive: boolean
    toggle: () => Promise<void>