()
| 54 | const MenuRootContext = React.createContext<MenuRootContextValue>({} as any) |
| 55 | |
| 56 | const useMenuRootContext = () => React.useContext(MenuRootContext) |
| 57 | |
| 58 | interface Menu { |
| 59 | children?: React.ReactNode |
no outgoing calls
no test coverage detected
searching dependent graphs…