UNPKG

@aigamo/hydrangean-diva

Version:

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

10 lines (9 loc) 367 B
import { IPlaylistListStore } from '../../media-player.playlists.abstractions/interfaces/IPlaylistListStore'; import { ReactElement } from 'react'; interface PlaylistListTableProps { playlistList: IPlaylistListStore; } export declare const PlaylistListTable: (({ playlistList }: PlaylistListTableProps) => ReactElement) & { displayName: string; }; export {};