UNPKG

@aigamo/hydrangean-diva

Version:

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

8 lines (7 loc) 381 B
import { PlayQueueItemDto } from '../../media-player.play-queue.abstractions/interfaces/PlayQueueItemDto'; import { ReactElement } from 'react'; interface AddVideoButtonProps { onFulfilled: (value: PlayQueueItemDto) => Promise<void>; } export declare const AddVideoButton: import('react').MemoExoticComponent<({ onFulfilled }: AddVideoButtonProps) => ReactElement>; export {};