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 { IBottomBarStore } from '../interfaces/IBottomBarStore'; export declare const BottomBarContext: import('react').Context<IBottomBarStore>; export declare const useBottomBar: () => IBottomBarStore;