UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

8 lines (4 loc) 226 B
import React from 'react'; /** This context can be used by components that compose ActionList inside a Menu */ const ActionListContainerContext = /*#__PURE__*/React.createContext({}); export { ActionListContainerContext };