MCPcopy
hub / github.com/SurgeDM/Surge / Props

Interface Props

extension/entrypoints/popup/components/DownloadItem.tsx:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import type { DownloadStatus } from '../store/types';
5
6interface Props {
7 download: Accessor<DownloadStatus>;
8 onActionComplete?: () => void;
9}
10
11const STATUS_LABELS: Record<DownloadStatus['status'], string> = {
12 downloading: 'Downloading',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected