UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

7 lines (6 loc) 293 B
import React from "react"; //#region src/ActionList/ActionListContainerContext.tsx /** This context can be used by components that compose ActionList inside a Menu */ const ActionListContainerContext = /*#__PURE__*/ React.createContext({}); //#endregion export { ActionListContainerContext };