"use client"; import { ComponentProps } from "react"; import * as SeparatorPrimitive from "@radix-ui/react-separator"; import { cn } from "@/lib/style"; export const Separator = ({ className, orientation = "horizontal", decorative = true, ...props }: ComponentProps) => ( );