UNPKG

@aigamo/hydrangean-diva

Version:

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

9 lines (8 loc) 291 B
import { MouseEventHandler, ReactElement } from 'react'; interface BottomBarProps { onClickPlayQueueButton?: MouseEventHandler<HTMLButtonElement>; } export declare const BottomBar: (({ onClickPlayQueueButton }: BottomBarProps) => ReactElement) & { displayName: string; }; export {};