MCPcopy Create free account
hub / github.com/Rearth/Modpack-Inspector / ModGraphProps

Interface ModGraphProps

frontend/src/components/ModGraph.tsx:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import type { DependencyGraph, GraphNode, GraphLink } from '../lib/types';
6
7interface ModGraphProps {
8 onSelectMod: (id: string) => void;
9}
10
11const LOADER_COLORS: Record<string, string> = {
12 fabric: '#6366f1',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected