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

Interface InstallationCommandsProps

components/installation-commands.tsx:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
9
10interface InstallationCommandsProps {
11 packageName: string;
12}
13
14export default function InstallationCommands({
15 packageName,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected