Lidarr/frontend/src/Calendar/Events/CalendarEvent.css.d.ts
2023-05-25 02:36:32 +03:00

18 lines
451 B
TypeScript

// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'absoluteEpisodeNumber': string;
'albumInfo': string;
'albumTitle': string;
'artistName': string;
'downloaded': string;
'downloading': string;
'event': string;
'info': string;
'missing': string;
'statusIcon': string;
'unmonitored': string;
'unreleased': string;
}
export const cssExports: CssExports;
export default cssExports;