Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/developersdigest/llm-answer-engine
/ Image
Interface
Image
components/answer/ImagesComponent.tsx:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
import { Label } from
"@/components/ui/label"
;
23
24
interface Image {
25
link: string;
26
alt?: string;
27
}
28
29
interface ImagesComponentProps {
30
images: Image[];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected