MCPcopy Create free account
hub / github.com/EmmaStoneX/NetPulse / ShareButtonProps

Interface ShareButtonProps

components/ShareButton.tsx:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { AnalysisResult } from '../types';
5
6interface ShareButtonProps {
7 analysisResult: AnalysisResult;
8 query: string;
9 onShareClick: () => void;
10 className?: string;
11}
12
13export const ShareButton: React.FC<ShareButtonProps> = ({
14 onShareClick,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected