UNPKG

@aigamo/hydrangean-diva

Version:

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

7 lines (6 loc) 334 B
import { MouseEventHandler, ReactElement } from 'react'; interface BottomBarRightControlsProps { onClickPlayQueueButton?: MouseEventHandler<HTMLButtonElement>; } export declare const BottomBarRightControls: import('react').MemoExoticComponent<({ onClickPlayQueueButton }: BottomBarRightControlsProps) => ReactElement>; export {};