mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
7920378789
Closes #2195
17 lines
431 B
TypeScript
17 lines
431 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'bookNavigationButton': string;
|
|
'bookNavigationButtons': string;
|
|
'bookUpButton': string;
|
|
'contentContainer': string;
|
|
'filterIcon': string;
|
|
'innerContentBody': string;
|
|
'selectedTab': string;
|
|
'tab': string;
|
|
'tabContent': string;
|
|
'tabList': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|