UNPKG

@saleae/react-contexify

Version:

Add contextmenu to your react component with ease

6 lines 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DISPLAY_MENU = exports.HIDE_ALL = void 0; exports.HIDE_ALL = 0; exports.DISPLAY_MENU = function (id) { return "DISPLAY_" + id; }; //# sourceMappingURL=actions.js.map