mirror of
https://github.com/Readarr/Readarr
synced 2026-02-15 19:22:49 +01:00
19 lines
533 B
TypeScript
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;
|