mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-13 02:52:29 +01:00
11 lines
266 B
TypeScript
11 lines
266 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'extraSmall': string;
|
|
'group': string;
|
|
'large': string;
|
|
'medium': string;
|
|
'small': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|