mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
3f35b7c782
(cherry picked from commit 811eb36c7b1a5124270ff93d18d16944e654de81) Co-authored-by: Mark McDowall <mark@mcdowall.ca> Closes #10764 Closes #10776 Closes #10781
23 lines
542 B
TypeScript
23 lines
542 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'continuing': string;
|
|
'downloaded': string;
|
|
'event': string;
|
|
'eventType': string;
|
|
'genres': string;
|
|
'info': string;
|
|
'missingMonitored': string;
|
|
'missingUnmonitored': string;
|
|
'movieInfo': string;
|
|
'movieTitle': string;
|
|
'overlay': string;
|
|
'queue': string;
|
|
'statusContainer': string;
|
|
'statusIcon': string;
|
|
'underlay': string;
|
|
'unmonitored': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|