Lidarr/frontend/src/InteractiveSearch/InteractiveSearchRow.css.d.ts

20 lines
474 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 {
'age': string;
'customFormatScore': string;
'download': string;
'downloadIcon': string;
2023-05-22 19:36:27 +00:00
'indexer': string;
'interactiveIcon': string;
'manualDownloadContent': string;
2023-05-22 19:36:27 +00:00
'peers': string;
'protocol': string;
'quality': string;
'rejected': string;
'size': string;
'titleContent': string;
2023-05-22 19:36:27 +00:00
}
export const cssExports: CssExports;
export default cssExports;