mirror of
https://github.com/Radarr/Radarr
synced 2026-01-13 02:53:10 +01:00
13 lines
302 B
TypeScript
13 lines
302 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'default': string;
|
|
'label': string;
|
|
'large': string;
|
|
'medium': string;
|
|
'name': string;
|
|
'outline': string;
|
|
'small': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|