mirror of
https://github.com/Sonarr/Sonarr
synced 2026-01-30 11:22:03 +01:00
10 lines
273 B
TypeScript
10 lines
273 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'fileBrowserButton': string;
|
|
'hasFileBrowser': string;
|
|
'inputWrapper': string;
|
|
'pathMatch': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|