MCPcopy
hub / github.com/ahmedkhaleel2004/gitdiagram / CopyButtonProps

Interface CopyButtonProps

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

Source from the content-addressed store, hash-verified

9} from "~/components/ui/tooltip";
10
11interface CopyButtonProps {
12 onClick: () => void;
13}
14
15export function CopyButton({ onClick }: CopyButtonProps) {
16 const [copied, setCopied] = useState(false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected