MCPcopy Create free account
hub / github.com/AntiHub-Project/AntiHub / NodeDescription

Function NodeDescription

components/ai-elements/node.tsx:50–52  ·  view source on GitHub ↗
(props: NodeDescriptionProps)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected