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

Function useMenuSubContext

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

Source from the content-addressed store, hash-verified

690const MenuSubContext = React.createContext<MenuSubContextValue>({} as any)
691
692const useMenuSubContext = () => React.useContext(MenuSubContext)
693
694interface MenuSub {
695 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…