Readarr/frontend/src/Search/Author/AddNewAuthorModalContent.css.d.ts
2023-05-27 13:43:36 +03:00

19 lines
533 B
TypeScript

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