UNPKG

@exezt-/webamp-custom

Version:

Winamp 2 implemented in HTML5 and JavaScript

8 lines (7 loc) 169 B
type Props = { children: { [id: string]: string[]; }; }; export default function ClipPaths({ children }: Props): import("react").ReactPortal; export {};