MCPcopy Create free account
hub / github.com/Packstack-Tech/packstack / useSidebar

Function useSidebar

frontend/src/app/components/Sidebar/Context.tsx:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 );
33};
34export const useSidebar = () => useContext(SidebarContext);
35
36const SidebarController: React.FC = ({ children }) => {
37 const initState: SidebarProps = {

Callers 4

SidebarFunction · 0.90
PackFormFunction · 0.90
PackFunction · 0.90
InventoryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected