mirror of
https://github.com/Readarr/Readarr
synced 2026-02-27 17:13:51 +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;
|