mirror of
https://github.com/Readarr/Readarr
synced 2026-02-26 08:31:49 +01:00
12 lines
293 B
TypeScript
12 lines
293 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'autoScroll': string;
|
|
'both': string;
|
|
'horizontal': string;
|
|
'none': string;
|
|
'scroller': string;
|
|
'vertical': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|