mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-22 16:32:22 +01:00
16 lines
396 B
TypeScript
16 lines
396 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'actionMenu': string;
|
|
'appTitle': string;
|
|
'donate': string;
|
|
'header': string;
|
|
'logo': string;
|
|
'logoContainer': string;
|
|
'logoFull': string;
|
|
'right': string;
|
|
'sidebarToggleContainer': string;
|
|
'translate': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|