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

Interface Props

browser/src/components/NodeIcon.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import classNames from "classnames";
3
4interface Props {
5 kind: string | null | undefined;
6}
7
8const NodeIcon = ({ kind }: Props) => {
9 let icon = getNodeIcon(kind);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected