MCPcopy Create free account
hub / github.com/MagicCube/agentara / NodeDescription

Function NodeDescription

web/src/components/ai-elements/node.tsx:51–53  ·  view source on GitHub ↗
(props: NodeDescriptionProps)

Source from the content-addressed store, hash-verified

49export type NodeDescriptionProps = ComponentProps<typeof CardDescription>;
50
51export const NodeDescription = (props: NodeDescriptionProps) => (
52 <CardDescription {...props} />
53);
54
55export type NodeActionProps = ComponentProps<typeof CardAction>;
56

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected