mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
7920378789
Closes #2195
27 lines
675 B
TypeScript
27 lines
675 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'addButton': string;
|
|
'authorName': string;
|
|
'bookCount': string;
|
|
'bookType': string;
|
|
'bookTypeLabel': string;
|
|
'container': string;
|
|
'disambiguation': string;
|
|
'expandButton': string;
|
|
'header': string;
|
|
'info': string;
|
|
'left': string;
|
|
'modalFooter': string;
|
|
'name': string;
|
|
'overview': string;
|
|
'poster': string;
|
|
'searchForNewBookContainer': string;
|
|
'searchForNewBookInput': string;
|
|
'searchForNewBookLabel': string;
|
|
'searchForNewBookLabelContainer': string;
|
|
'series': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|