mirror of https://github.com/Radarr/Radarr
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;
|