@moderntribe/wme-ui
Version:
Components and hooks to build the best UX/UI admin wizards
8 lines • 328 B
TypeScript
import type React from 'react';
import { RadioGroupProps as MuiRadioGroupProps } from '@mui/material/RadioGroup';
export interface RadioGroupProps extends MuiRadioGroupProps {
ariaLabelledby?: string;
}
declare const RadioGroup: React.FC<RadioGroupProps>;
export default RadioGroup;
//# sourceMappingURL=radio-group.d.ts.map