UNPKG

@saleae/react-contexify

Version:

Add contextmenu to your react component with ease

9 lines (8 loc) 394 B
export { Menu } from './components/Menu'; export { Item } from './components/Item'; export { Separator } from './components/Separator'; export { IconFont } from './components/IconFont'; export { Submenu } from './components/Submenu'; export { MenuProvider } from './components/MenuProvider'; export { contextMenu } from './utils/contextMenu'; export { theme, animation } from './utils/styles';