UNPKG

@aigamo/hydrangean-diva

Version:

An open-source online media player that can be deployed to and hosted on GitHub pages.

4 lines (3 loc) 210 B
import { IMiniPlayerStore } from '../interfaces/IMiniPlayerStore'; export declare const MiniPlayerContext: import('react').Context<IMiniPlayerStore>; export declare const useMiniPlayer: () => IMiniPlayerStore;