MCPcopy Create free account
hub / github.com/Sethispr/image-compressor / StatsPanelProps

Interface StatsPanelProps

components/StatsPanel.tsx:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import {ImageJob} from '../types';
5
6interface StatsPanelProps {
7 completedJobs: ImageJob[];
8 onDownloadAll: () => void;
9 onDownloadZip: () => void;
10 onClearCompleted: () => void;
11 isZipping: boolean;
12}
13
14export const StatsPanel: React.FC<StatsPanelProps> = ({
15 completedJobs,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected