mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
18 lines
421 B
TypeScript
18 lines
421 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;
|
|
'indexers': string;
|
|
'modalBody': string;
|
|
'modalFooter': string;
|
|
'notice': string;
|
|
'scroller': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|