mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-15 12:57:14 +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;
|