UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

14 lines (7 loc) 427 B
'use strict'; var React = require('react'); function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; } var React__default = /*#__PURE__*/_interopDefault(React); /** This context can be used by components that compose ActionList inside a Menu */ const ActionListContainerContext = /*#__PURE__*/React__default.default.createContext({}); exports.ActionListContainerContext = ActionListContainerContext;