MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / ColorClass

Interface ColorClass

src/utils/colors/classes.tsx:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import Colors from "./enum";
2
3interface ColorClass {
4 text: string;
5 background: string;
6 ring: string;
7}
8
9export const ColorMap: Record<string, ColorClass> = {
10 [Colors.BLUE]: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected