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

Interface ExportDropdownProps

src/components/export-dropdown.tsx:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { ActionButton } from "./action-button";
4
5interface ExportDropdownProps {
6 onCopy: () => void;
7 lastGenerated: Date;
8 onExportImage: () => void;
9 isOpen: boolean;
10 loading?: boolean;
11}
12
13export function ExportDropdown({
14 onCopy,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected