mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-28 00:53:26 +01:00
10 lines
225 B
TypeScript
10 lines
225 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'info': string;
|
|
'parameter': string;
|
|
'value': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|