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

Interface VideoSearchCardProps

src/components/search/VideoSearchCard.tsx:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10} from '../ui/tooltip';
11
12interface VideoSearchCardProps {
13 video: TSearchedVideos;
14 onCardClick?: (videoUrl: string) => void;
15}
16
17const VideoSearchCard: React.FC<VideoSearchCardProps> = ({
18 video,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected