mirror of
https://github.com/Radarr/Radarr
synced 2026-01-15 12:03:08 +01:00
11 lines
304 B
TypeScript
11 lines
304 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'button': string;
|
|
'buttonContainer': string;
|
|
'buttonIcon': string;
|
|
'buttonsContainer': string;
|
|
'recentFoldersContainer': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|