mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
27 lines
648 B
TypeScript
27 lines
648 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'actions': string;
|
|
'alreadyExistsIcon': string;
|
|
'cell': string;
|
|
'certification': string;
|
|
'checkInput': string;
|
|
'collection': string;
|
|
'digitalRelease': string;
|
|
'exclusionIcon': string;
|
|
'externalLinks': string;
|
|
'genres': string;
|
|
'inCinemas': string;
|
|
'isRecommendation': string;
|
|
'lists': string;
|
|
'originalLanguage': string;
|
|
'physicalRelease': string;
|
|
'ratings': string;
|
|
'runtime': string;
|
|
'sortTitle': string;
|
|
'status': string;
|
|
'studio': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|