mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-22 17:04:16 -04:00
9 lines
216 B
TypeScript
9 lines
216 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'isDisabled': string;
|
|
'selectedValue': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|