Lidarr/frontend/src/Album/Details/TrackRow.css.d.ts

16 lines
368 B
TypeScript
Raw Normal View History

2023-05-22 19:36:27 +00:00
// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'audio': string;
'customFormatScore': string;
2023-05-22 19:36:27 +00:00
'duration': string;
'indexerFlags': string;
2023-05-22 19:36:27 +00:00
'monitored': string;
2023-12-20 02:00:47 +00:00
'size': string;
2023-05-22 19:36:27 +00:00
'status': string;
'title': string;
'trackNumber': string;
}
export const cssExports: CssExports;
export default cssExports;