UNPKG

@hc.ds/mobile

Version:
8 lines (6 loc) 199 B
// src/Input/type.ts import type { InputItemProps, TextInputProps, } from '@ant-design/react-native/lib/input-item'; export interface InputProps extends InputItemProps, TextInputProps {}