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) 204 B
import { IPlayQueueStore } from '../interfaces/IPlayQueueStore'; export declare const PlayQueueContext: import('react').Context<IPlayQueueStore>; export declare const usePlayQueue: () => IPlayQueueStore;