mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Add CSS Typings
Automatic by typescript-plugin-css-modules on yarn start
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
// This file is automatically generated.
|
||||
// Please do not change this file!
|
||||
interface CssExports {
|
||||
'action': string;
|
||||
'container': string;
|
||||
'content': string;
|
||||
'controls': string;
|
||||
'editorSelect': string;
|
||||
'externalLinks': string;
|
||||
'link': string;
|
||||
'monitorToggleButton': string;
|
||||
'overlay': string;
|
||||
'overlayTitle': string;
|
||||
'poster': string;
|
||||
'posterContainer': string;
|
||||
'title': string;
|
||||
}
|
||||
export const cssExports: CssExports;
|
||||
export default cssExports;
|
||||
@@ -0,0 +1,16 @@
|
||||
// This file is automatically generated.
|
||||
// Please do not change this file!
|
||||
interface CssExports {
|
||||
'danger': string;
|
||||
'info': string;
|
||||
'movie': string;
|
||||
'movieStatus': string;
|
||||
'movieTitle': string;
|
||||
'primary': string;
|
||||
'purple': string;
|
||||
'queue': string;
|
||||
'success': string;
|
||||
'warning': string;
|
||||
}
|
||||
export const cssExports: CssExports;
|
||||
export default cssExports;
|
||||
@@ -0,0 +1,28 @@
|
||||
// This file is automatically generated.
|
||||
// Please do not change this file!
|
||||
interface CssExports {
|
||||
'actions': string;
|
||||
'content': string;
|
||||
'defaults': string;
|
||||
'details': string;
|
||||
'detailsLabel': string;
|
||||
'editorSelect': string;
|
||||
'genres': string;
|
||||
'info': string;
|
||||
'labelsContainer': string;
|
||||
'monitorToggleButton': string;
|
||||
'movie': string;
|
||||
'moviesContainer': string;
|
||||
'navigationButtons': string;
|
||||
'overview': string;
|
||||
'path': string;
|
||||
'qualityProfileName': string;
|
||||
'sliderContainer': string;
|
||||
'status': string;
|
||||
'title': string;
|
||||
'titleContainer': string;
|
||||
'titleRow': string;
|
||||
'toggleMonitoredContainer': string;
|
||||
}
|
||||
export const cssExports: CssExports;
|
||||
export default cssExports;
|
||||
@@ -0,0 +1,10 @@
|
||||
// This file is automatically generated.
|
||||
// Please do not change this file!
|
||||
interface CssExports {
|
||||
'container': string;
|
||||
'content': string;
|
||||
'externalLinks': string;
|
||||
'grid': string;
|
||||
}
|
||||
export const cssExports: CssExports;
|
||||
export default cssExports;
|
||||
Reference in New Issue
Block a user