import React from 'react';
import { Input } from 'antd';
export const CustomInput = (props: any) => <Input rootClassName="b-input" {...props} />;