mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
9 lines
221 B
TypeScript
9 lines
221 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'fullWidthChart': string;
|
|
'halfWidthChart': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|