1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00
Files
Sonarr/frontend/src/Components/Form/Select/RootFolderSelectInputOption.css.d.ts
T
2024-10-26 14:54:23 -07:00

13 lines
302 B
TypeScript

// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'freeSpace': string;
'isMissing': string;
'isMobile': string;
'optionText': string;
'seriesFolder': string;
'value': string;
}
export const cssExports: CssExports;
export default cssExports;