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({});
//#endregionexport { ActionListContainerContext };