UNPKG

@shopgate/engage

Version:
8 lines (7 loc) 269 B
import { useContext } from 'react'; import SideNavigationContext from "./SideNavigationProvider.context"; /** * Returns the value of the side navigation provider state. * @returns {Object} */ export const useSideNavigation = () => useContext(SideNavigationContext);