UNPKG

@aigamo/hydrangean-diva

Version:

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

9 lines (8 loc) 252 B
import { ReactElement, ReactNode } from 'react'; interface MediaPlayerLayoutProps { children?: ReactNode; } export declare const MediaPlayerLayout: (({ children }: MediaPlayerLayoutProps) => ReactElement) & { displayName: string; }; export {};