UNPKG

@aigamo/hydrangean-diva

Version:

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

5 lines (4 loc) 233 B
import { InnerModalProps } from 'ez-modal-react'; type CreatePlaylistModalProps = InnerModalProps<string>; export declare const CreatePlaylistModal: import('ez-modal-react').EasyModalHOC<CreatePlaylistModalProps, string>; export {};