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

Function QueueItemAttachment

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected