mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
12 lines
286 B
TypeScript
12 lines
286 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'footNote': string;
|
|
'groups': string;
|
|
'icon': string;
|
|
'namingSelect': string;
|
|
'namingSelectContainer': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|