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

Interface MythicSponsorProps

components/mythic-sponsor.tsx:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import * as THREE from "three";
6
7interface MythicSponsorProps {
8 className?: string;
9 height?: number;
10 pixelSize?: number;
11 scale?: number;
12 src: string;
13 width?: number;
14}
15
16const MythicSponsor = ({
17 src,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected