import { Select } from 'antd';
import styled from 'styled-components';

export const SelectComponent = styled(Select)`
	&&& {
		min-width: 12rem;
	}
`;
