MCPcopy Create free account
hub / github.com/Snapchat/dagger-browser / Props

Interface Props

browser/src/components/GraphBrowserLoader.tsx:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { LoadManifestModal } from "./LoadManifestModal";
6
7interface Props {
8 loaded: boolean,
9 onChangeManifestUrl: (url: string) => void
10}
11
12export const GraphBrowserLoader = ({ loaded, onChangeManifestUrl }: Props) => {
13 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected