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

Interface ActionButtonProps

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

Source from the content-addressed store, hash-verified

9} from "~/components/ui/tooltip";
10
11interface ActionButtonProps {
12 onClick: () => void;
13 icon: LucideIcon;
14 tooltipText: string;
15 disabled?: boolean;
16 text?: string;
17 loading?: boolean;
18}
19
20export function ActionButton({
21 onClick,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected