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

Interface Props

common/components/header.tsx:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82]
83
84interface Props {
85 title?: React.ReactNode
86 subTitle?: React.ReactNode
87}
88
89export default function Header(props: Props) {
90 const { title = <div className="text-xl font-bold">Dumpfun</div>, subTitle } =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected