UNPKG

@saleae/react-contexify

Version:

Add contextmenu to your react component with ease

5 lines (3 loc) 124 B
import { MenuId } from '../types'; export const HIDE_ALL = 0; export const DISPLAY_MENU = (id: MenuId) => `DISPLAY_${id}`;