MCPcopy Create free account
hub / github.com/Qinbf/groundmap / BlocksTableProps

Interface BlocksTableProps

web/components/BlocksTable.tsx:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22interface BlocksTableProps {
23 docPath: string;
24 blocks: Block[];
25}
26
27const KIND_BADGE: Record<string, string> = {
28 heading: "bg-blue-500/15 text-blue-700 dark:text-blue-300 border-blue-500/30",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected