mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-25 09:45:27 +01:00
10 lines
262 B
TypeScript
10 lines
262 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'hasError': string;
|
|
'hasWarning': string;
|
|
'inputContainer': string;
|
|
'isFocused': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|