import { cn } from "@lib/utils" import type * as React from "react" function Input({ className, type, ...props }: React.ComponentProps<"input">) { return ( ) } export { Input }