mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-15 20:21:52 +01:00
15 lines
370 B
TypeScript
15 lines
370 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'extraLarge': string;
|
|
'large': string;
|
|
'medium': string;
|
|
'modal': string;
|
|
'modalBackdrop': string;
|
|
'modalContainer': string;
|
|
'modalOpen': string;
|
|
'modalOpenIOS': string;
|
|
'small': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|