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) 222 B
import { IPlaylistListStore } from '../interfaces/IPlaylistListStore'; export declare const PlaylistListContext: import('react').Context<IPlaylistListStore>; export declare const usePlaylistList: () => IPlaylistListStore;