mirror of
https://github.com/Radarr/Radarr
synced 2026-01-16 12:33:42 +01:00
12 lines
294 B
TypeScript
12 lines
294 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'buttons': string;
|
|
'filterInput': string;
|
|
'footer': string;
|
|
'modalBody': string;
|
|
'path': string;
|
|
'scroller': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|