import React from "react"; type InputProps = React.InputHTMLAttributes; export default function InputText(props: InputProps) { return ( ); }