mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
14
frontend/src/Search/AddNewItem.css.d.ts
vendored
Normal file
14
frontend/src/Search/AddNewItem.css.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// This file is automatically generated.
|
||||
// Please do not change this file!
|
||||
interface CssExports {
|
||||
'clearLookupButton': string;
|
||||
'helpText': string;
|
||||
'message': string;
|
||||
'noResults': string;
|
||||
'searchContainer': string;
|
||||
'searchIconContainer': string;
|
||||
'searchInput': string;
|
||||
'searchResults': string;
|
||||
}
|
||||
export const cssExports: CssExports;
|
||||
export default cssExports;
|
||||
19
frontend/src/Search/Author/AddNewAuthorModalContent.css.d.ts
vendored
Normal file
19
frontend/src/Search/Author/AddNewAuthorModalContent.css.d.ts
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
// This file is automatically generated.
|
||||
// Please do not change this file!
|
||||
interface CssExports {
|
||||
'addButton': string;
|
||||
'container': string;
|
||||
'disambiguation': string;
|
||||
'info': string;
|
||||
'modalFooter': string;
|
||||
'name': string;
|
||||
'overview': string;
|
||||
'poster': string;
|
||||
'searchForMissingBooksContainer': string;
|
||||
'searchForMissingBooksInput': string;
|
||||
'searchForMissingBooksLabel': string;
|
||||
'searchForMissingBooksLabelContainer': string;
|
||||
'year': string;
|
||||
}
|
||||
export const cssExports: CssExports;
|
||||
export default cssExports;
|
||||
21
frontend/src/Search/Author/AddNewAuthorSearchResult.css.d.ts
vendored
Normal file
21
frontend/src/Search/Author/AddNewAuthorSearchResult.css.d.ts
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
// This file is automatically generated.
|
||||
// Please do not change this file!
|
||||
interface CssExports {
|
||||
'alreadyExistsIcon': string;
|
||||
'content': string;
|
||||
'icons': string;
|
||||
'mbLink': string;
|
||||
'mbLinkIcon': string;
|
||||
'name': string;
|
||||
'nameContainer': string;
|
||||
'nameRow': string;
|
||||
'overlay': string;
|
||||
'overview': string;
|
||||
'poster': string;
|
||||
'searchResult': string;
|
||||
'titleRow': string;
|
||||
'underlay': string;
|
||||
'year': string;
|
||||
}
|
||||
export const cssExports: CssExports;
|
||||
export default cssExports;
|
||||
26
frontend/src/Search/Book/AddNewBookModalContent.css.d.ts
vendored
Normal file
26
frontend/src/Search/Book/AddNewBookModalContent.css.d.ts
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
// 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;
|
||||
21
frontend/src/Search/Book/AddNewBookSearchResult.css.d.ts
vendored
Normal file
21
frontend/src/Search/Book/AddNewBookSearchResult.css.d.ts
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
// This file is automatically generated.
|
||||
// Please do not change this file!
|
||||
interface CssExports {
|
||||
'alreadyExistsIcon': string;
|
||||
'content': string;
|
||||
'icons': string;
|
||||
'mbLink': string;
|
||||
'mbLinkIcon': string;
|
||||
'overlay': string;
|
||||
'overview': string;
|
||||
'poster': string;
|
||||
'searchResult': string;
|
||||
'series': string;
|
||||
'title': string;
|
||||
'titleContainer': string;
|
||||
'titleRow': string;
|
||||
'underlay': string;
|
||||
'year': string;
|
||||
}
|
||||
export const cssExports: CssExports;
|
||||
export default cssExports;
|
||||
8
frontend/src/Search/Common/AddAuthorOptionsForm.css.d.ts
vendored
Normal file
8
frontend/src/Search/Common/AddAuthorOptionsForm.css.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// This file is automatically generated.
|
||||
// Please do not change this file!
|
||||
interface CssExports {
|
||||
'hideMetadataProfile': string;
|
||||
'labelIcon': string;
|
||||
}
|
||||
export const cssExports: CssExports;
|
||||
export default cssExports;
|
||||
Reference in New Issue
Block a user