mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
14 lines
393 B
TypeScript
14 lines
393 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'helpLink': string;
|
|
'inputContainer': string;
|
|
'inputGroup': string;
|
|
'inputGroupContainer': string;
|
|
'inputUnit': string;
|
|
'inputUnitNumber': string;
|
|
'pendingChangesContainer': string;
|
|
'pendingChangesIcon': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|