mirror of
https://github.com/Radarr/Radarr
synced 2025-12-30 04:06:39 +01:00
10 lines
254 B
TypeScript
10 lines
254 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'divider': string;
|
|
'hintText': string;
|
|
'isMobile': string;
|
|
'optionText': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|