mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-18 21:42:29 +01:00
9 lines
231 B
TypeScript
9 lines
231 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'path': string;
|
|
'row': string;
|
|
'selectedContainer': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|