MCPcopy
hub / github.com/vudovn/ag-kit / StatusItemProps

Interface StatusItemProps

web/src/components/mdx/StatusList.tsx:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4type Status = "running" | "done" | "pending";
5
6interface StatusItemProps {
7 status?: Status;
8 label?: string;
9 children: ReactNode;
10}
11
12const statusDot: Record<Status, string> = {
13 running: "bg-term-cyan animate-pulse",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected