mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
7920378789
Closes #2195
24 lines
605 B
TypeScript
24 lines
605 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'actionButton': string;
|
|
'actionMenuIcon': string;
|
|
'actions': string;
|
|
'actionsMenu': string;
|
|
'actionsMenuContent': string;
|
|
'bookCount': string;
|
|
'bookType': string;
|
|
'bookTypeLabel': string;
|
|
'books': string;
|
|
'collapseButtonContainer': string;
|
|
'collapseButtonIcon': string;
|
|
'episodeCountTooltip': string;
|
|
'expandButton': string;
|
|
'expandButtonIcon': string;
|
|
'header': string;
|
|
'left': string;
|
|
'noBooks': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|