import { Switch as SwitchPrimitive } from '@base-ui/react/switch'; import { cn } from '../../lib/utils'; function Switch({ className, ...props }: SwitchPrimitive.Root.Props) { return ( ON OFF ); } export { Switch };