UNPKG

@exezt-/webamp-custom

Version:

Winamp 2 implemented in HTML5 and JavaScript

7 lines (6 loc) 151 B
type Props = { children: string; id?: string; }; export default function Css({ children, id }: Props): import("react").ReactPortal; export {};