import { cn } from '@/lib/utils'; import { Platform, TextInput } from 'react-native'; function Input({ className, ...props }: React.ComponentProps & React.RefAttributes) { return ( ); } export { Input };