import type { InputProps } from 'antd'; import { Input as AntdInput } from 'antd'; export function Input(props: InputProps) { return {props.children}; }