import { Switch as BaseSwitch } from "@base-ui/react/switch"; import * as React from "react"; /** * Props for the shared switch wrapper. */ interface SwitchProps extends Omit, "className"> { /** Additional CSS classes merged with the switch root styles. @default undefined */ className?: string; } /** * Toggles between on and off states with a styled thumb control. * * @remarks * - Renders a `