mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
7920378789
Closes #2195
15 lines
375 B
TypeScript
15 lines
375 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'definitions': string;
|
|
'header': string;
|
|
'kilobitsPerSecond': string;
|
|
'quality': string;
|
|
'sizeLimit': string;
|
|
'sizeLimitHelpText': string;
|
|
'sizeLimitHelpTextContainer': string;
|
|
'title': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|