MCPcopy Create free account
hub / github.com/flatlogic/react-material-admin / toggleSidebar

Function toggleSidebar

src/context/LayoutContext.js:45–49  ·  view source on GitHub ↗
(dispatch)

Source from the content-addressed store, hash-verified

43}
44
45const toggleSidebar = (dispatch) => {
46 dispatch({
47 type: 'TOGGLE_SIDEBAR',
48 });
49};
50
51export {
52 LayoutProvider,

Callers 3

Header.jsFile · 0.90
toggleDrawerFunction · 0.90
Header.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected