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

Function QueueItemAttachment

web/src/components/ai-elements/queue.tsx:142–147  ·  view source on GitHub ↗
({
  className,
  ...props
}: QueueItemAttachmentProps)

Source from the content-addressed store, hash-verified

140export type QueueItemAttachmentProps = ComponentProps<"div">;
141
142export const QueueItemAttachment = ({
143 className,
144 ...props
145}: QueueItemAttachmentProps) => (
146 <div className={cn("mt-1 flex flex-wrap gap-2", className)} {...props} />
147);
148
149export type QueueItemImageProps = ComponentProps<"img">;
150

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected