// src/Input.tsx
import AntInput from '@ant-design/react-native/lib/input-item';

export const Input = AntInput;
