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

Function NodeAction

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

Source from the content-addressed store, hash-verified

55export type NodeActionProps = ComponentProps<typeof CardAction>;
56
57export const NodeAction = (props: NodeActionProps) => <CardAction {...props} />;
58
59export type NodeContentProps = ComponentProps<typeof CardContent>;
60

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected