import { Input as AntInput, InputProps } from 'antd' type Props = InputProps export const Input = (props: Props) => { return }