mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
10 lines
256 B
TypeScript
10 lines
256 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'calendarInnerPageBody': string;
|
|
'calendarPageBody': string;
|
|
'errorMessage': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|