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

Interface Props

browser/src/components/GraphSelector.tsx:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { ValueType, OptionTypeBase } from "react-select/src/types";
4
5interface Props {
6 componentName: string;
7 graphs: String[];
8 selectGraph: (componentName: string) => any;
9}
10
11function displayName(component: string): string {
12 var pos = component.lastIndexOf('.')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected