mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
9ad6b3a611
Closes #7127
13 lines
281 B
TypeScript
13 lines
281 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'label': string;
|
|
'large': string;
|
|
'medium': string;
|
|
'name': string;
|
|
'outline': string;
|
|
'small': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|