UNPKG

@exezt-/webamp-custom

Version:

Winamp 2 implemented in HTML5 and JavaScript

9 lines (8 loc) 254 B
import { ReactNode } from "react"; interface Props { enabled: boolean; children: ReactNode; onChange(fullscreen: boolean): void; } declare function FullScreen(props: Props): import("react/jsx-runtime").JSX.Element; export default FullScreen;