mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-07 16:26:04 +01:00
9 lines
232 B
TypeScript
9 lines
232 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'changes': string;
|
|
'maintenance': string;
|
|
'version': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|