mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
11 lines
242 B
TypeScript
11 lines
242 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'info': string;
|
|
'tags': string;
|
|
'tagsList': string;
|
|
'title': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|