MCPcopy Create free account
hub / github.com/TheOrcDev/8bitcn-ui / CopyCommandButtonProps

Interface CopyCommandButtonProps

components/copy-command-button.tsx:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { Button } from "@/components/ui/button";
7
8interface CopyCommandButtonProps {
9 command: string;
10 copyCommand: string;
11}
12
13export default function CopyCommandButton({
14 command,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected