Documentation
    Preparing search index...

    Type Alias PlayerProviderProps

    The params expected by the PlayerProvider.

    type PlayerProviderProps = {
        children: ReactNode;
        player: Player | null;
    }
    Index
    children: ReactNode

    The component tree that will have access to the PlayerContext.

    player: Player | null

    The Player instance.