Files
Prowlarr-Prowlarr/frontend/src/Search/OverrideMatch/DownloadClient/SelectDownloadClientRow.css.d.ts
Mark McDowall 16254cf5f9 New: Option to select download client when multiple of the same type are configured
(cherry picked from commit 07f0fbf9a51d54e44681fd0f74df4e048bff561a)
2024-05-08 03:14:17 +03:00

8 lines
193 B
TypeScript

// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'downloadClient': string;
}
export const cssExports: CssExports;
export default cssExports;