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