MCPcopy
hub / github.com/cursor/community-plugins / UploadLogoProps

Interface UploadLogoProps

apps/cursor/src/components/upload-logo.tsx:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { createClient } from "@/utils/supabase/client";
7
8interface UploadLogoProps {
9 onUpload?: (url: string) => void;
10 prefix: string;
11 image?: string | null;
12}
13
14export default function UploadLogo({
15 onUpload,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected