MCPcopy Create free account
hub / github.com/editablejs/editable / useMenuContentContext

Function useMenuContentContext

packages/ui/src/menu.tsx:148–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146const MenuContentContext = React.createContext<MenuContentContextValue>({} as any)
147
148const useMenuContentContext = () => React.useContext(MenuContentContext)
149
150type MenuContentElement = MenuRootContentTypeElement
151/**

Callers 1

menu.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…