mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
7920378789
Closes #2195
14 lines
329 B
TypeScript
14 lines
329 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'actions': string;
|
|
'name': string;
|
|
'notification': string;
|
|
'overlay': string;
|
|
'presetsMenu': string;
|
|
'presetsMenuButton': string;
|
|
'underlay': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|