mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 08:34:28 +01:00
11 lines
291 B
TypeScript
11 lines
291 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'buttonWrapper': string;
|
|
'inputWrapper': string;
|
|
'itemContainer': string;
|
|
'keyInput': string;
|
|
'valueInput': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|