Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import { MuiSelect } from '../mui-controls/MuiSelect';
import { MaterialInputControl } from './MaterialInputControl';
export const MaterialEnumControl = (props: ControlProps & OwnPropsOfEnum) => (
);
export const materialEnumControlTester: RankedTester = rankWith(
2,
isEnumControl
);
export default withJsonFormsEnumProps(MaterialEnumControl);