22 lines
523 B
TypeScript
22 lines
523 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'age': string;
|
|
'customFormatScore': string;
|
|
'download': string;
|
|
'downloadIcon': string;
|
|
'indexer': string;
|
|
'interactiveIcon': string;
|
|
'languages': string;
|
|
'manualDownloadContent': string;
|
|
'peers': string;
|
|
'protocol': string;
|
|
'quality': string;
|
|
'rejected': string;
|
|
'sceneMapping': string;
|
|
'size': string;
|
|
'titleContent': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|