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

Function QueueSectionContent

components/ai-elements/queue.tsx:257–262  ·  view source on GitHub ↗
({
  className,
  ...props
}: QueueSectionContentProps)

Source from the content-addressed store, hash-verified

255>;
256
257export const QueueSectionContent = ({
258 className,
259 ...props
260}: QueueSectionContentProps) => (
261 <CollapsibleContent className={cn(className)} {...props} />
262);
263
264export type QueueProps = ComponentProps<"div">;
265

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected