mirror of
https://github.com/Radarr/Radarr
synced 2026-01-03 22:25:00 +01:00
26 lines
626 B
TypeScript
26 lines
626 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'alreadyExistsIcon': string;
|
|
'certification': string;
|
|
'content': string;
|
|
'exclusionIcon': string;
|
|
'genres': string;
|
|
'icons': string;
|
|
'links': string;
|
|
'overlay': string;
|
|
'overview': string;
|
|
'poster': string;
|
|
'posterContainer': string;
|
|
'runtime': string;
|
|
'searchResult': string;
|
|
'statusContainer': string;
|
|
'studio': string;
|
|
'title': string;
|
|
'titleContainer': string;
|
|
'titleRow': string;
|
|
'underlay': string;
|
|
'year': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|