"use client"; import { cn } from "@/lib/utils"; import { Controls as ControlsPrimitive } from "@xyflow/react"; import type { ComponentProps } from "react"; export type ControlsProps = ComponentProps; export const Controls = ({ className, ...props }: ControlsProps) => ( button]:rounded-md [&>button]:border-none! [&>button]:bg-transparent! [&>button]:hover:bg-secondary!", className )} {...props} /> );