Readarr/frontend/src/Components/Scroller/Scroller.css.d.ts
2023-05-27 13:43:36 +03:00

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;