mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-17 05:57:40 +01:00
9 lines
243 B
TypeScript
9 lines
243 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'innerModalBody': string;
|
|
'modalBody': string;
|
|
'modalScroller': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|