mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-22 17:04:16 -04:00
10 lines
228 B
TypeScript
10 lines
228 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'actions': string;
|
|
'indexer': string;
|
|
'quality': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|