mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
14 lines
313 B
TypeScript
14 lines
313 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'example': string;
|
|
'footNote': string;
|
|
'isFullFilename': string;
|
|
'large': string;
|
|
'option': string;
|
|
'small': string;
|
|
'token': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|