/** * @ignore * @deprecated Use TextInput instead. Input is maintained for backwards compatibility only. */ // React Native-specific deprecated Input export export { default } from './Input.native'; // Re-export types from TextInput for backwards compatibility export * from '../TextInput/types';