UNPKG

react-udux-player

Version:

A customizable music player for React applications

3 lines (2 loc) 145 B
import type { Theme } from "../types"; export declare const mergeTheme: (customTheme: Partial<Theme> | undefined, defaultTheme: Theme) => Theme;