mirror of https://github.com/Sonarr/Sonarr
10 lines
240 B
TypeScript
10 lines
240 B
TypeScript
|
// This file is automatically generated.
|
||
|
// Please do not change this file!
|
||
|
interface CssExports {
|
||
|
'indicatorContainer': string;
|
||
|
'label': string;
|
||
|
'menuButton': string;
|
||
|
}
|
||
|
export const cssExports: CssExports;
|
||
|
export default cssExports;
|