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

export const InputComponent = styled(Input)`
	&&& {
		max-width: 183px;
	}
`;
