mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05:00
24 lines
686 B
TypeScript
24 lines
686 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'dropdownArrowContainer': string;
|
|
'dropdownArrowContainerDisabled': string;
|
|
'dropdownArrowContainerEditable': string;
|
|
'editableContainer': string;
|
|
'enhancedSelect': string;
|
|
'hasError': string;
|
|
'hasWarning': string;
|
|
'isDisabled': string;
|
|
'loading': string;
|
|
'mobileCloseButton': string;
|
|
'mobileCloseButtonContainer': string;
|
|
'options': string;
|
|
'optionsContainer': string;
|
|
'optionsInnerModalBody': string;
|
|
'optionsModal': string;
|
|
'optionsModalBody': string;
|
|
'optionsModalScroller': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|