type Props = { className?: string placeholder?: string } const InputApiKey: React.FC = ({ className, placeholder }) => ( ) export default InputApiKey