MCPcopy Create free account
hub / github.com/Codehagen/Badget / DualModeImageProps

Interface DualModeImageProps

src/components/sections/features-section.tsx:139–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137);
138
139interface DualModeImageProps {
140 darkSrc: string;
141 lightSrc: string;
142 alt: string;
143 width: number;
144 height: number;
145 className?: string;
146}
147
148const DualModeImage = ({
149 darkSrc,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected