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