MCPcopy Create free account
hub / github.com/evolify/dumpfun / Props

Interface Props

common/components/icon.tsx:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { getFavicon } from "@/utils"
3
4interface Props {
5 size?: number
6 className?: string
7}
8
9interface IconProps extends Props {
10 src: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected