MCPcopy Create free account
hub / github.com/bitc0de/bitify / HeaderProps

Interface HeaderProps

components/Header.tsx:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import Image from 'next/image'
6
7interface HeaderProps {
8 onAddSong: (url: string) => void
9 isLoading?: boolean
10}
11
12interface SearchResult {
13 id: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected