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

Function NodeAction

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected