mirror of
https://github.com/Radarr/Radarr
synced 2025-12-30 04:06:39 +01:00
12 lines
296 B
TypeScript
12 lines
296 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'details': string;
|
|
'helpText': string;
|
|
'isCheckInput': string;
|
|
'isError': string;
|
|
'isWarning': string;
|
|
'link': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|