mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-24 01:15:50 +01:00
* New: Add Indexer Filters are Collapsible fixes #2431 * Fixed: Rename onToggleFilters to handleToggleFilters * fix css lint
19 lines
480 B
TypeScript
19 lines
480 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'alert': string;
|
|
'available': string;
|
|
'filterContainer': string;
|
|
'filterInput': string;
|
|
'filterLabel': string;
|
|
'filterRow': string;
|
|
'filterRowCollapsed': string;
|
|
'filtersToggle': string;
|
|
'indexers': string;
|
|
'modalBody': string;
|
|
'modalFooter': string;
|
|
'notice': string;
|
|
'scroller': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|