UNPKG

@exezt-/webamp-custom

Version:

Winamp 2 implemented in HTML5 and JavaScript

8 lines (7 loc) 270 B
interface Props extends React.HTMLAttributes<HTMLDivElement> { renderMenu: () => React.ReactNode; top?: boolean; bottom?: boolean; } declare function ContextMenuTarget(props: Props): import("react/jsx-runtime").JSX.Element; export default ContextMenuTarget;