MCPcopy Create free account
hub / github.com/code100x/cms / SearchResultsProps

Interface SearchResultsProps

src/components/search/SearchResults.tsx:6–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import VideoSearchLoading from './VideoSearchLoading';
5
6interface SearchResultsProps {
7 isVisible: boolean;
8 isMobile: boolean;
9 searchTerm: string;
10 loading: boolean;
11 searchedVideos: TSearchedVideos[] | null;
12 selectedIndex: number;
13 onCardClick: (videoUrl: string) => void;
14}
15
16export function SearchResults({
17 isVisible,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected