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