mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-16 05:34:18 +00:00
17 lines
399 B
TypeScript
17 lines
399 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'extraExtraLarge': string;
|
|
'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;
|