Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
import classNames from
"classnames"
;
3
4
interface Props {
5
kind: string | null | undefined;
6
}
7
8
const NodeIcon = ({ kind }: Props) => {
9
let icon = getNodeIcon(kind);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected