mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-09 09:54:43 +01:00
11 lines
297 B
TypeScript
11 lines
297 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'episodeFormat': string;
|
|
'path': string;
|
|
'previews': string;
|
|
'selectAllInput': string;
|
|
'selectAllInputContainer': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|