MCPcopy Create free account
hub / github.com/SamuelZ12/longcut / LoadingContextProps

Interface LoadingContextProps

components/loading-context.tsx:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { Clock, User } from "lucide-react";
7
8interface LoadingContextProps {
9 videoInfo?: VideoInfo | null;
10 preview?: string;
11}
12
13export function LoadingContext({ videoInfo, preview }: LoadingContextProps) {
14 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected