mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-27 22:57:09 -04:00
faaef80a80
(cherry picked from commit 85e285598106346099ceae676599c5cb4b789c92)
13 lines
312 B
TypeScript
13 lines
312 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'clearButton': string;
|
|
'helpText': string;
|
|
'input': string;
|
|
'inputContainer': string;
|
|
'inputIconContainer': string;
|
|
'message': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|