import clsx from "clsx" import React from "react" type Props = React.InputHTMLAttributes const Input = ({ className, type = "text", ...otherProps }: Props) => ( ) export default Input