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

Function NodeTitle

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

Source from the content-addressed store, hash-verified

45export type NodeTitleProps = ComponentProps<typeof CardTitle>;
46
47export const NodeTitle = (props: NodeTitleProps) => <CardTitle {...props} />;
48
49export type NodeDescriptionProps = ComponentProps<typeof CardDescription>;
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected