mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
c7c07404b0
(cherry picked from commit f58dfc5605738ebccdd6adc6f1ca2a7843c086b2)
15 lines
355 B
TypeScript
15 lines
355 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'childLink': string;
|
|
'iconContainer': string;
|
|
'isActiveItem': string;
|
|
'isActiveLink': string;
|
|
'isActiveParentLink': string;
|
|
'item': string;
|
|
'link': string;
|
|
'status': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|