import type { ComponentProps } from "react"; import { cn } from "../../lib/utils"; export const Input = ({ className, ...props }: ComponentProps<"input">) => ( );