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

Function PlanContent

web/src/components/ai-elements/plan.tsx:117–121  ·  view source on GitHub ↗
(props: PlanContentProps)

Source from the content-addressed store, hash-verified

115export type PlanContentProps = ComponentProps<typeof CardContent>;
116
117export const PlanContent = (props: PlanContentProps) => (
118 <CollapsibleContent asChild>
119 <CardContent data-slot="plan-content" {...props} />
120 </CollapsibleContent>
121);
122
123export type PlanFooterProps = ComponentProps<"div">;
124

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected