mirror of
https://github.com/Radarr/Radarr
synced 2025-12-11 19:06:02 +01:00
12 lines
308 B
TypeScript
12 lines
308 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'faqLink': string;
|
|
'loading': string;
|
|
'mappedDrivesWarning': string;
|
|
'modalBody': string;
|
|
'pathInput': string;
|
|
'scroller': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|