Radarr/frontend/src/MovieFile/Editor/MovieFileEditorRow.css.d.ts
Mark McDowall 933d9e074c Option to show audio/subtitle language on movie details (first two unique languages will be shown)
(cherry picked from commit c10677dfe7098295fde39517b3983e8f3f22823d)
2023-08-20 18:27:20 +03:00

19 lines
463 B
TypeScript

// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'actions': string;
'age': string;
'audioLanguages': string;
'customFormatScore': string;
'download': string;
'formats': string;
'language': string;
'quality': string;
'rejected': string;
'relativePath': string;
'releaseGroup': string;
'size': string;
'subtitles': string;
}
export const cssExports: CssExports;
export default cssExports;