mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-15 21:06:24 +01:00
15 lines
360 B
TypeScript
15 lines
360 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'action': string;
|
|
'bannerContainer': string;
|
|
'container': string;
|
|
'content': string;
|
|
'controls': string;
|
|
'ended': string;
|
|
'link': string;
|
|
'nextAiring': string;
|
|
'title': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|