import type { InputHTMLAttributes } from 'react' import styles from './Input.module.css' type Props = InputHTMLAttributes export function Input(props: Props) { return }