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

Function NodeTitle

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected