UNPKG

@jonbell/react-radial-menu

Version:

React radial menu with sub menu support, animations and themes.

5 lines (4 loc) 230 B
import React from "react"; import { MenuDisplayProps } from "./types"; declare const MenuDisplay: ({ position, onClick, __parentMenuId, onMouseEnter, ...props }: MenuDisplayProps) => React.JSX.Element; export default MenuDisplay;