mirror of
https://github.com/Radarr/Radarr
synced 2026-04-25 01:11:38 +02:00
11 lines
303 B
TypeScript
11 lines
303 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'path': string;
|
|
'previews': string;
|
|
'selectAllInput': string;
|
|
'selectAllInputContainer': string;
|
|
'standardMovieFormat': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|