Radarr/frontend/src/Components/Form/FormGroup.css.d.ts

12 lines
266 B
TypeScript

// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'extraSmall': string;
'group': string;
'large': string;
'medium': string;
'small': string;
}
export const cssExports: CssExports;
export default cssExports;