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