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

Function useMenuRootContext

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

Source from the content-addressed store, hash-verified

54const MenuRootContext = React.createContext<MenuRootContextValue>({} as any)
55
56const useMenuRootContext = () => React.useContext(MenuRootContext)
57
58interface Menu {
59 children?: React.ReactNode

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…