mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
* New: Add Indexer Filters are Collapsible fixes #2431 * Fixed: Rename onToggleFilters to handleToggleFilters * fix css lint
20 lines
480 B
TypeScript
20 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;
|