mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 16:43:25 +01:00
Add missing CSS typing
This commit is contained in:
parent
b66a85269f
commit
bbf9945b49
1 changed files with 7 additions and 0 deletions
7
frontend/src/Components/Form/InfoInput.css.d.ts
vendored
Normal file
7
frontend/src/Components/Form/InfoInput.css.d.ts
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// This file is automatically generated.
|
||||
// Please do not change this file!
|
||||
interface CssExports {
|
||||
'message': string;
|
||||
}
|
||||
export const cssExports: CssExports;
|
||||
export default cssExports;
|
||||
Loading…
Reference in a new issue