import { cn } from '@/lib/utils'; import * as SeparatorPrimitive from '@rn-primitives/separator'; function Separator({ className, orientation = 'horizontal', decorative = true, ...props }: React.ComponentProps) { return ( ); } export { Separator };