UNPKG

@primer/components

Version:
15 lines (10 loc) 510 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ActionListContainerContext = void 0; var _react = _interopRequireDefault(require("react")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /** This context can be used by components that compose ActionList inside a Menu */ const ActionListContainerContext = /*#__PURE__*/_react.default.createContext({}); exports.ActionListContainerContext = ActionListContainerContext;