Documentation
    Preparing search index...

    Type Alias UsePlayerParams

    type UsePlayerParams = {
        id: string;
        onStop?: () => void;
    }
    Index
    id: string
    onStop?: () => void