mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-05 20:42:19 -07:00
19 lines
505 B
TypeScript
19 lines
505 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'checkInput': string;
|
|
'checkInputContainer': string;
|
|
'delayContainer': string;
|
|
'delayInput': string;
|
|
'dragHandle': string;
|
|
'dragIcon': string;
|
|
'isDragging': string;
|
|
'isInGroup': string;
|
|
'isPreview': string;
|
|
'notAllowed': string;
|
|
'qualityName': string;
|
|
'qualityNameContainer': string;
|
|
'qualityProfileItem': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|