mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-08 16:53:04 +01:00
9 lines
225 B
TypeScript
9 lines
225 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'scroller': string;
|
|
'thumb': string;
|
|
'track': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|