UNPKG

mui-simple

Version:

Override mui components to simplify usage

15 lines 1.29 kB
import React from 'react'; import type { ComponentType } from 'react'; import { RadioGroup as MuiRadioGroup } from '@mui/material'; import type { RadioProps, FormControlLabelProps } from '@mui/material'; export declare const FormControl: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").FormControlTypeMap<{}, "div">>; export declare const FormLabel: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").FormLabelTypeMap<{}, "label">>; export declare const FormHelperText: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").FormHelperTextTypeMap<{}, "p">>; export declare const RadioGroup: typeof MuiRadioGroup; export declare const Legend: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, React.DetailedHTMLProps<React.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>, {}>; type RadioStyledPropsType = RadioProps & any; export declare const Radio: ComponentType<RadioStyledPropsType>; type RadioControlledStyledPropsType = FormControlLabelProps & any; export declare const RadioControlled: ComponentType<RadioControlledStyledPropsType>; export {}; //# sourceMappingURL=RadioButtonsGroup.styled.d.ts.map