MCPcopy
hub / github.com/arc53/DocsGPT / NavigationProps

Interface NavigationProps

frontend/src/Navigation.tsx:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58import Upload from './upload/Upload';
59
60interface NavigationProps {
61 navOpen: boolean;
62 setNavOpen: React.Dispatch<React.SetStateAction<boolean>>;
63}
64
65export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
66 const dispatch = useDispatch<AppDispatch>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected