mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-12 02:23:30 +01:00
10 lines
255 B
TypeScript
10 lines
255 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'hasError': string;
|
|
'hasWarning': string;
|
|
'isDisabled': string;
|
|
'select': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|