Files
2026-02-05 15:27:49 +08:00

7 lines
127 B
TypeScript

export declare const STATUS_ICONS: {
activeDownload: string;
done: string;
failed: string;
pending: string;
};