UNPKG

react-udux-player

Version:

A customizable music player for React applications

3 lines (2 loc) 153 B
import type { PlayerState, PlayerAction } from "../types"; export declare function playerReducer(state: PlayerState, action: PlayerAction): PlayerState;