MCPcopy Create free account
hub / github.com/VGabriel45/SolidityVisualizer / ApiKeyButtonProps

Interface ApiKeyButtonProps

src/components/api-key-button.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Button } from "./ui/button";
3
4interface ApiKeyButtonProps {
5 onClick: () => void;
6}
7
8export function ApiKeyButton({ onClick }: ApiKeyButtonProps) {
9 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected