Add CSS typings

Closes #2195
This commit is contained in:
Bogdan
2023-05-27 13:43:36 +03:00
parent bdcf336d94
commit 7920378789
327 changed files with 3371 additions and 0 deletions

14
frontend/src/Search/AddNewItem.css.d.ts vendored Normal file
View 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;

View 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;

View 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;

View 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;

View 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;

View 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;