import type { InputHTMLAttributes } from "react"; export function Input({ className = "", ...props }: InputHTMLAttributes) { return ( ); }