Lidarr/frontend/src/Components/Form/SelectInput.css.d.ts
2023-05-25 02:36:32 +03:00

10 lines
255 B
TypeScript

// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'hasError': string;
'hasWarning': string;
'isDisabled': string;
'select': string;
}
export const cssExports: CssExports;
export default cssExports;