@aigamo/hydrangean-diva
Version:
An open-source online media player that can be deployed to and hosted on GitHub pages.
6 lines (5 loc) • 342 B
TypeScript
import { PlayQueueItemDto } from '../../media-player.play-queue.abstractions/interfaces/PlayQueueItemDto';
import { InnerModalProps } from 'ez-modal-react';
type AddVideoModalProps = InnerModalProps<PlayQueueItemDto>;
export declare const AddVideoModal: import('ez-modal-react').EasyModalHOC<AddVideoModalProps, PlayQueueItemDto>;
export {};