MCPcopy
hub / github.com/TheOrcDev/8bitcn-ui / SponsorClaimProps

Interface SponsorClaimProps

components/sponsor-claim.tsx:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { getSponsorProductId, type SponsorTier } from "@/lib/creem";
5
6interface SponsorClaimProps {
7 className?: string;
8 labelClassName?: string;
9 text: string;
10 textClassName?: string;
11 tier: SponsorTier;
12}
13
14export default function SponsorClaim({
15 tier,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected