mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
a798556d32
(cherry picked from commit 8fff59ff107d9a9fcfc0de1acb6aa635565e5d9b)
23 lines
536 B
TypeScript
23 lines
536 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'continuing': string;
|
|
'date': string;
|
|
'downloaded': string;
|
|
'event': string;
|
|
'eventWrapper': string;
|
|
'genres': string;
|
|
'missingMonitored': string;
|
|
'missingUnmonitored': string;
|
|
'movieTitle': string;
|
|
'overlay': string;
|
|
'queue': string;
|
|
'releaseIcon': string;
|
|
'statusIcon': string;
|
|
'time': string;
|
|
'underlay': string;
|
|
'unmonitored': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|