lidarr/frontend/src/Parse/Parse.css.d.ts
Mark McDowall 2ad7396f6d New: Added UI for parsing release names
(cherry picked from commit 85e285598106346099ceae676599c5cb4b789c92)
2024-07-12 13:41:13 +03:00

12 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;