1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00
Files
Radarr/frontend/src/Calendar/Agenda/AgendaEvent.css.d.ts
T
Mark McDowall a798556d32 New: Show detailed queue status on Calendar
(cherry picked from commit 8fff59ff107d9a9fcfc0de1acb6aa635565e5d9b)
2023-09-12 19:33:32 +03:00

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;