// src/Input/type.ts
import type {
  InputItemProps,
  TextInputProps,
} from '@ant-design/react-native/lib/input-item';

export interface InputProps extends InputItemProps, TextInputProps {}
