7 lines
127 B
TypeScript
7 lines
127 B
TypeScript
export declare const STATUS_ICONS: {
|
|
activeDownload: string;
|
|
done: string;
|
|
failed: string;
|
|
pending: string;
|
|
};
|