mirror of
https://github.com/Radarr/Radarr
synced 2025-12-16 13:26:14 +01:00
21 lines
528 B
TypeScript
21 lines
528 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'action': string;
|
|
'container': string;
|
|
'content': string;
|
|
'controls': string;
|
|
'editorSelect': string;
|
|
'excluded': string;
|
|
'externalLinks': string;
|
|
'link': string;
|
|
'monitorToggleButton': string;
|
|
'overlayHover': string;
|
|
'overlayHoverTitle': string;
|
|
'overlayTitle': string;
|
|
'poster': string;
|
|
'posterContainer': string;
|
|
'title': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|